boost::corosio::tcp_acceptor::close
Close the acceptor.
Synopsis
Declared in <boost/corosio/tcp_acceptor.hpp>
void
close();
Description
Releases acceptor resources. Any pending operations complete with errc::operation_canceled.
Created with MrDocs