event loop
The event loop is an internal function of the
Gambas interpreter than wait for system events, and dispatch them as they arrive.
These system events can come from the user interface, from a child process, from a timer...
They are usually followed by a normal Gambas event.
See also
Event Loop