asio C++ library

PrevUpHomeNext

async_completion::async_completion

Constructor.

async_completion(
    CompletionToken & token);

The constructor creates the concrete completion handler and makes the link between the handler and the asynchronous result.


PrevUpHomeNext