Condy v1.6.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
int The result of the push operation. 0 if the item was successfully pushed; -EPIPE if the channel is closed; -ECANCELED if the push operation was cancelled.

Definition at line 479 of file channel.hpp.


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