Package: glib
Function glib:main-context-iteration
Lambda Listglib:main-context-iteration (context block) ArgumentsReturn ValueTrue if events were dispatched. Details        
    Runs a single iteration for the given main loop.  
  This involves checking to see if any event sources are ready to be processed,  then if no events sources are ready and the block argument is true,
  waiting for a source to become ready, then dispatching the highest priority  events sources that are ready. Otherwise, if the block argument is  false sources are not waited to become ready, only those highest priority
  events sources will be dispatched (if any), that are ready at this given
  moment without further waiting. Note that even when the block argument is true, it is still possible for the g:main-context-iteration function to return false, since the wait may be interrupted for other reasons than an event source becoming ready.  | See also | 
#2025-05-22