namespace
asynccontains apis that invokes a given ark::
Contents
- Reference
Functions
- void connect(socket& f, const address& endpoint, callback<result<void>>&& cb) noexcept
- connect socket to the given endpoint
- void accept(acceptor& srv, address& endpoint, callback<result<socket>>&& cb) noexcept
- accept a socket connection from the given acceptor
- void accept(acceptor& srv, callback<result<socket>>&& cb) noexcept
- accept a socket connection from the given acceptor