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

This is the complete list of members for condy::Channel< T, N >, including all inherited members.

capacity() const noexceptcondy::Channel< T, N >inline
Channel(size_t capacity)condy::Channel< T, N >inline
empty() const noexceptcondy::Channel< T, N >inline
is_closed() const noexceptcondy::Channel< T, N >inline
pop()condy::Channel< T, N >inline
push(U &&item)condy::Channel< T, N >inline
push_close()condy::Channel< T, N >inline
size() const noexceptcondy::Channel< T, N >inline
try_pop()condy::Channel< T, N >inline
try_push(U &&item)condy::Channel< T, N >inline