|
Thrill
0.1
|
This is the complete list of members for Dispatcher, including all inherited members.
| AddRead(net::Connection &_c, const Callback &read_cb) final | Dispatcher | virtual |
| AddTimer(const std::chrono::milliseconds &timeout, const TimerCallback &cb) | Dispatcher | inline |
| AddWrite(net::Connection &_c, const Callback &write_cb) final | Dispatcher | virtual |
| async_read_ | Dispatcher | protected |
| async_read_block_ | Dispatcher | protected |
| async_write_ | Dispatcher | protected |
| async_write_block_ | Dispatcher | protected |
| AsyncRead(Connection &c, uint32_t, size_t size, const AsyncReadBufferCallback &done_cb) | Dispatcher | inlinevirtual |
| AsyncRead(Connection &c, uint32_t, size_t size, data::PinnedByteBlockPtr &&block, const AsyncReadByteBlockCallback &done_cb) | Dispatcher | inlinevirtual |
| AsyncWrite(Connection &c, uint32_t, Buffer &&buffer, const AsyncWriteCallback &done_cb=AsyncWriteCallback()) | Dispatcher | inlinevirtual |
| AsyncWrite(Connection &c, uint32_t, data::PinnedBlock &&block, const AsyncWriteCallback &done_cb=AsyncWriteCallback()) | Dispatcher | inlinevirtual |
| AsyncWriteCopy(Connection &c, uint32_t seq, const void *buffer, size_t size, const AsyncWriteCallback &done_cb=AsyncWriteCallback()) | Dispatcher | inline |
| AsyncWriteCopy(Connection &c, uint32_t seq, const std::string &str, const AsyncWriteCallback &done_cb=AsyncWriteCallback()) | Dispatcher | inline |
| Callback typedef | Dispatcher | |
| Cancel(net::Connection &) final | Dispatcher | virtual |
| d_ | Dispatcher | private |
| debug | Dispatcher | privatestatic |
| Dispatch() | Dispatcher | inline |
| Dispatcher() | Dispatcher | |
| thrill::net::Dispatcher::Dispatcher(const Dispatcher &)=delete | Dispatcher | |
| DispatchOne(const std::chrono::milliseconds &timeout) final | Dispatcher | virtual |
| ExceptionCallback(Connection &c) | Dispatcher | inlineprotectedstatic |
| GetWatch(Connection *c) | Dispatcher | private |
| HasAsyncWrites() const | Dispatcher | inline |
| Interrupt() final | Dispatcher | virtual |
| Loop() | Dispatcher | inline |
| Notify(Connection *c) | Dispatcher | |
| operator=(const Dispatcher &)=delete | Dispatcher | |
| Terminate() | Dispatcher | inline |
| terminate_ | Dispatcher | protected |
| timer_pq_ | Dispatcher | protected |
| TimerPQ typedef | Dispatcher | protected |
| ~Dispatcher() | Dispatcher | virtual |