MCCoroutine

interface MCCoroutine

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun disable(plugin: <Error class: unknown class>)

Disables coroutine for the given plugin.

Link copied to clipboard
abstract fun disableLogging(plugin: <Error class: unknown class>, suspendingPluginContainer: SuspendingPluginContainer)

Disables logging false positives.

Link copied to clipboard

Get coroutine session for the given plugin.

Link copied to clipboard
abstract fun setupCoroutineSession(    pluginInstance: Any,     pluginContainer: <Error class: unknown class>,     suspendingPluginContainer: SuspendingPluginContainer)

Configures the suspending plugin container with the real plugin Container.