namespace
synccontains apis that blocks until completion
Contents
- Reference
Functions
- auto connect(socket& f, const address& endpoint) -> result<void> noexcept
- connect socket to the given endpoint
- auto accept(acceptor& srv) -> result<socket> noexcept
- accept a socket connection from the given acceptor
- auto accept(acceptor& srv, address& endpoint) -> result<socket> noexcept
- accept a socket connection from the given acceptor