net-coroutines / org.apache.tuweni.net.coroutines / CoroutineSelector / wakeup

wakeup

abstract fun wakeup(): Unit (source)

Force the selection loop, if running, to wake up and process any closed channels.

Exceptions

ClosedSelectorException - If the co-routine selector has been closed.