CoroutineSession

interface CoroutineSession

Facade of a coroutine session of a single plugin.

Functions

registerSuspendListener
Link copied to clipboard
abstract fun registerSuspendListener(listener: <ERROR CLASS>)

Registers a suspend listener.

Properties

dispatcherBungeeCord
Link copied to clipboard
abstract val dispatcherBungeeCord: CoroutineContext

BungeeCord Dispatcher.

scope
Link copied to clipboard
abstract val scope: <ERROR CLASS>

Plugin scope.