event loop

The event loop is an internal function of the Gambas interpreter that waits 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 handled by a normal Gambas.

See also