Parallel

data class Parallel(val start: CoroutineStart, val onCancellation: Runnable?) : SuspendHandlerBehavior, Record

Starts a new job for each event.

Constructors

Link copied to clipboard
constructor(start: CoroutineStart, onCancellation: Runnable?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val onCancellation: Runnable?
Link copied to clipboard
val start: CoroutineStart

Functions

Link copied to clipboard
open override fun <T : Event> EventListener.createEventHook(eventClass: Class<T>, wrappedContext: CoroutineContext, priority: Short, handler: SuspendableEventHandler<T>): EventHook<T>