asio C++ library

PrevUpHomeNext

experimental::parallel_group::async_wait

Initiate an asynchronous wait for the group of operations.

template<
    typename CancellationCondition,
    typename CompletionToken>
auto async_wait(
    CancellationCondition cancellation_condition,
    CompletionToken && token);

PrevUpHomeNext