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

Awaiter for pushing an item into the channel. More...

#include <channel.hpp>

Detailed Description

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

Awaiter for pushing an item into the channel.

Returns
True if the push operation was successful after awaiting; false if the operation was cancelled.
Exceptions
std::logic_errorIf the channel is closed.

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