This is the complete list of members for util::fibers_ext::SimpleChannel< T >, including all inherited members.
IsClosing() const (defined in util::fibers_ext::SimpleChannel< T >) | util::fibers_ext::SimpleChannel< T > | inline |
Pop(T &dest) (defined in util::fibers_ext::SimpleChannel< T >) | util::fibers_ext::SimpleChannel< T > | |
Push(Args &&... recordArgs) noexcept (defined in util::fibers_ext::SimpleChannel< T >) | util::fibers_ext::SimpleChannel< T > | |
SimpleChannel(size_t n) (defined in util::fibers_ext::SimpleChannel< T >) | util::fibers_ext::SimpleChannel< T > | inline |
StartClosing() | util::fibers_ext::SimpleChannel< T > | |
TryPop(T &val) | util::fibers_ext::SimpleChannel< T > | inline |
TryPush(Args &&... args) noexcept | util::fibers_ext::SimpleChannel< T > | inline |