Package-level declarations

Types

Link copied to clipboard
class TcpSocket(val sendCtxt: CoroutineContext, val receiveCtxt: CoroutineContext) : iTcpSocket

Properties

Link copied to clipboard
val selectorLock: iMutex
Link copied to clipboard

Functions

Link copied to clipboard
fun awaitAvailable(cnxns: Collection<iTcpSocket>, timeout: Long): Boolean
Link copied to clipboard
fun getSelectorFor(coCtxt: CoroutineContext): SelectorManager