Minecraft Coroutine Dispatcher
Main Thread Dispatcher. Dispatches only if the call is not at the primary thread yet.
Functions
Link copied to clipboard
Handles dispatching the coroutine on the correct thread.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true if the execution of the coroutine should be performed with dispatch method. The default behavior for most dispatchers is to return true. This method should generally be exception-safe. An exception thrown from this method may leave the coroutines that use this dispatcher in the inconsistent and hard to debug state.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard