Package: glib

Function glib:main-loop-run

Lambda List

glib:main-loop-run (loop)

Arguments

loop -- a g:main-loop instance

Details

Runs a main loop until the g:main-loop-quit function is called on the main loop. If this is called for the thread of the context of the main loop, it will process events from the main loop, otherwise it will simply wait.
 

See also

2024-11-6