boost::corosio::tcp_socket::tcp_socket
Construct a socket from an execution context.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
explicit
tcp_socket(capy::execution_context& ctx);
Parameters
| Name | Description |
|---|---|
ctx |
The execution context that will own this socket. |
Created with MrDocs