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