package haxe.coro.schedulers

..
IScheduleObject

Classes that implement this interface can be passed to instances of haxe.coro.schedulers.Scheduler.

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 hxcoro.schedulers package in the hxcoro haxelib for concrete implementations.