ocean.io.select.protocol.fiber

Modules

BufferedFiberSelectWriter
module ocean.io.select.protocol.fiber.BufferedFiberSelectWriter

Fiber/coroutine based buffered non-blocking output select client

FiberSelectReader
module ocean.io.select.protocol.fiber.FiberSelectReader

Fiber/coroutine based non-blocking input select client base class

FiberSelectWriter
module ocean.io.select.protocol.fiber.FiberSelectWriter

Fiber/coroutine based non-blocking output select client base class

FiberSocketConnection
module ocean.io.select.protocol.fiber.FiberSocketConnection

Base class for a non-blocking socket connection select client using a fiber/coroutine to suspend operation while waiting for the connection to be established and resume on that event (a Write event signifies that the connection has been established).

model
module ocean.io.select.protocol.fiber.model