|
simple thread
|
This is the complete list of members for st::channel, including all inherited members.
| async(std::size_t resp_id, F &&f, As &&... as) | st::channel | inline |
| begin() const | st::channel | inline |
| blocked_receivers() const | st::channel | inline |
| close(bool soft=true) | st::channel | inline |
| closed() const | st::channel | inline |
| end() const | st::channel | inline |
| make() | st::channel | inlinestatic |
| queued() const | st::channel | inline |
| recv(st::message &msg) | st::channel | inline |
| send(As &&... as) | st::channel | inline |
| timer(std::size_t resp_id, const std::chrono::duration< Rep, Period > &timeout, P &&payload) | st::channel | inline |
| timer(std::size_t resp_id, const std::chrono::duration< Rep, Period > &timeout) | st::channel | inline |
| try_recv(st::message &msg) | st::channel | inline |
| ~channel() (defined in st::channel) | st::channel | inlinevirtual |