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).

Members

Classes

FiberSocketConnection
class FiberSocketConnection(bool IPv6 = false)
Undocumented in source.
IFiberSocketConnection
class IFiberSocketConnection
Undocumented in source.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).