Package-level declarations

Types

Link copied to clipboard
class CoroutineSessionImpl(extension: Any, val mcCoroutineConfiguration: MCCoroutineConfigurationImpl)
Link copied to clipboard
class MCCoroutineConfigurationImpl(extension: Any, mcCoroutine: MCCoroutineImpl)
Link copied to clipboard

A Fabric event which is called when an exception is raised in one of the coroutines managed by MCCoroutine. Cancelling this exception causes the error to not get logged and offers to possibility for custom logging.

Link copied to clipboard
Link copied to clipboard
open class MinecraftCoroutineDispatcher(executor: Executor) : CoroutineDispatcher

Main Thread Dispatcher. Dispatches only if the call is not at the primary thread yet.

Link copied to clipboard