Scheduler
TODO Missing documentation on yield operations
.new ()
Create a new Scheduler object.
:run (main)
Start running scheduler with a main function.
:loop ()
TODO MISSING DOCUMENTATION
Callback
:willTerminate ()
Called just before the scheduler stops running.
scheduleAt (self, _, thread)
Add a thread and schedule at thread.at
FIXME give some time to GUI ?
TODO
SchedulerTODO Missing documentation on yield operations
#loopTODO MISSING DOCUMENTATION
CallbackTODO Should we restart an erroring thread right away ??
FIXME
CallbackFIXME give some time to GUI ?