package haxe.coro.dispatchers

..
Dispatcher

A dispatcher manages the distribution of executable code to executors, allowing the asynchronous behavior of coroutines. Refer to the hxcoro.dispatchers package in the hxcoro haxelib for conrete implementation.

IDispatchObject

Classes that implement this interface can be passed to instances of haxe.coro.dispatchers.Dispatcher.