ActorSelectorManager
class ActorSelectorManager(context: CoroutineContext) : SelectorManagerSupport, Closeable, CoroutineScope
Content copied to clipboard
Default CIO selector manager implementation
Constructors
Functions
Link copied to clipboard
Notifies the selector that selectable has been closed.
Link copied to clipboard
suspend override fun select(selectable: Selectable, interest: SelectInterest)
Content copied to clipboard
Suspends until interest is selected for selectable May cause manager to allocate and run selector instance if not yet created.