boost::corosio::tcp_server::worker_base::run
Handle an accepted connection.
Synopsis
Declared in <boost/corosio/tcp_server.hpp>
virtual
void
run(launcher launch) = 0;
Description
Called when this worker is dispatched to handle a new connection. The implementation must invoke the launcher exactly once to start the handling coroutine.
Parameters
| Name | Description |
|---|---|
launch |
Handle to launch the connection coroutine. |
Created with MrDocs