|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
This is the complete list of members for condy::Channel< T, N >, including all inherited members.
| capacity() const noexcept | condy::Channel< T, N > | inline |
| Channel(size_t capacity) | condy::Channel< T, N > | inline |
| empty() const noexcept | condy::Channel< T, N > | inline |
| is_closed() const noexcept | condy::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 noexcept | condy::Channel< T, N > | inline |
| try_pop() | condy::Channel< T, N > | inline |
| try_push(U &&item) | condy::Channel< T, N > | inline |