package haxe.coro.schedulers
| .. | |
|---|---|
| IScheduleObject | Classes that implement this interface can be passed to instances of
|
| ISchedulerHandle | Handle representing a scheduled function. |
| Scheduler | This is the abstract base class of all schedulers, which are used to manage the asynchronous
behavior of coroutines. Refer to the |