Home / api / cat / post 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Defered Routines
GB.CheckPost Calls deferred routines if needed.
GB.Post Post a defered routine.

Overview

The interpreter or the components sometime need to defer the execution of a piece of code, because executing it immediately would be dangerous. The GB.Post routine is used for posting a defered routine.

As the defered piece of code is executed at the next event loop iteration, components that implement the event loop must use the GB.CheckPost routine.