DefaultWaitCoordinator

class DefaultWaitCoordinator(streamQueueLinkSize: Int = DEFAULT_WAIT_STREAM_QUEUE_LINK_SIZE) : WaitCoordinator

Constructors

Link copied to clipboard
constructor(streamQueueLinkSize: Int = DEFAULT_WAIT_STREAM_QUEUE_LINK_SIZE)

Functions

Link copied to clipboard
open operator override fun contains(waitCommandId: String): Boolean
Link copied to clipboard
open override fun createLast(plan: WaitPlan): WaitLastHandle

Creates and registers a low-level handle whose lifetime is owned by the caller.

Link copied to clipboard
open override fun createStream(plan: WaitPlan): WaitStreamHandle

Creates and registers a low-level handle whose lifetime is owned by the caller.

Link copied to clipboard
open override fun signal(signal: WaitSignal): Boolean