InterestSuspensionsMap

class InterestSuspensionsMap

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addSuspension(interest: SelectInterest, continuation: CancellableContinuation<Unit>)
Link copied to clipboard
inline fun invokeForEachPresent(block: CancellableContinuation<Unit>.(SelectInterest) -> Unit)
inline fun invokeForEachPresent(readyOps: Int, block: CancellableContinuation<Unit>.() -> Unit)
Link copied to clipboard
fun removeSuspension(interest: SelectInterest): CancellableContinuation<Unit>?
fun removeSuspension(interestOrdinal: Int): CancellableContinuation<Unit>?
Link copied to clipboard
open override fun toString(): String