Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

experimental::basic_channel::async_receive

Asynchronously receive a message.

template<
    typename CompletionToken = DEFAULT>
auto async_receive(
    CompletionToken && token = DEFAULT);
Completion Signature

As determined by the Signatures... template parameter and the channel traits.


PrevUpHomeNext