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.