|
join 1.0
lightweight network framework library
|
This is the complete list of members for join::BasicProactor, including all inherited members.
| BasicProactor() | join::BasicProactor | inlineexplicit |
| BasicProactor(const BasicProactor &other)=delete | join::BasicProactor | |
| BasicProactor(BasicProactor &&other)=delete | join::BasicProactor | |
| cancel(IoOperation &op, bool flush=false, bool sync=false) noexcept | join::BasicProactor | inline |
| EventHandler()=default | join::EventHandler | |
| EventHandler(const EventHandler &other)=default | join::EventHandler | |
| EventHandler(EventHandler &&other)=default | join::EventHandler | |
| invoke(InvokeHandler *fn, bool sync=true) noexcept | join::BasicProactor | inline |
| InvokeHandler typedef | join::BasicProactor | |
| isProactorThread() const noexcept | join::BasicProactor | inline |
| isRunning() const noexcept | join::BasicProactor | inline |
| mlock() const noexcept | join::BasicProactor | inline |
| onClose(int fd) | join::EventHandler | inlineprotectedvirtual |
| onError(int fd) | join::EventHandler | inlineprotectedvirtual |
| onReadable(int fd) | join::EventHandler | inlineprotectedvirtual |
| onWriteable(int fd) | join::EventHandler | inlineprotectedvirtual |
| operator=(const BasicProactor &other)=delete | join::BasicProactor | |
| operator=(BasicProactor &&other)=delete | join::BasicProactor | |
| join::EventHandler::operator=(const EventHandler &other)=default | join::EventHandler | |
| join::EventHandler::operator=(EventHandler &&other)=default | join::EventHandler | |
| registerBufferRing(uint16_t group, LocalMem::Allocator< Count, Size > &arena) | join::BasicProactor | |
| resume(IoOperation *op, CompletionHandler *handler) noexcept | join::BasicProactor | inline |
| run() | join::BasicProactor | inline |
| stop(bool sync=true) noexcept | join::BasicProactor | inline |
| submit(IoOperation &op, bool flush=false, bool sync=false) noexcept | join::BasicProactor | inline |
| suspend(IoOperation *op) noexcept | join::BasicProactor | inline |
| unregisterBufferRing(uint16_t group) | join::BasicProactor | inline |
| waitStopped() const noexcept | join::BasicProactor | inline |
| ~BasicProactor() noexcept | join::BasicProactor | inline |
| ~EventHandler()=default | join::EventHandler | virtual |