namespace
corocontains apis that returns an Awaitable
Contents
- Reference
Functions
- auto connect(socket& f, const address& endpoint) -> auto noexcept
- connect socket to the given endpoint
- auto accept(acceptor& srv, address& endpoint) -> auto noexcept
- accept a socket connection from the given acceptor
- auto accept(acceptor& srv) -> auto noexcept
- accept a socket connection from the given acceptor