Home > def > eventloop 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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