WaitCoordinator

Functions

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

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

Link copied to clipboard

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

Link copied to clipboard
abstract fun signal(signal: WaitSignal): Boolean