|
Condy v1.6.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() noexcept | condy::Channel< T, N > | inline |
| push(T item) noexcept | condy::Channel< T, N > | inline |
| push_close() noexcept | condy::Channel< T, N > | inline |
| size() const noexcept | condy::Channel< T, N > | inline |
| try_pop() noexcept | condy::Channel< T, N > | inline |
| try_push(U &&item) noexcept | condy::Channel< T, N > | inline |