Top-level application event loop, with timeout management
Methods
|
|
_checkIdle
activityOccurred
exitWith
run
|
|
_checkIdle
|
_checkIdle (
self,
runAtLeast,
timeout,
)
|
|
activityOccurred
|
activityOccurred ( self )
|
|
exitWith
|
exitWith ( self, exitCode )
|
|
run
|
run (
self,
stopAfter=0,
idleTimeout=0,
runAtLeast=0,
)
Loop polling for IO or GUI events and calling scheduled funcs
|
|