Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy::Channel< T, N >::PopAwaiter Struct Reference

Awaiter for popping an item from the channel. More...

#include <channel.hpp>

Detailed Description

template<typename T, size_t N = 2>
struct condy::Channel< T, N >::PopAwaiter

Awaiter for popping an item from the channel.

Returns
The popped item after awaiting. If the channel is closed, a default-constructed T will be returned.

The documentation for this struct was generated from the following file: