trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::TaskQueue Member List

This is the complete list of members for trantor::TaskQueue, including all inherited members.

getName() const (defined in trantor::TaskQueue)trantor::TaskQueueinlinevirtual
NonCopyable() (defined in trantor::NonCopyable)trantor::NonCopyableinlineprotected
NonCopyable(const NonCopyable &)=delete (defined in trantor::NonCopyable)trantor::NonCopyableprotected
NonCopyable(NonCopyable &&) noexcept(true)=default (defined in trantor::NonCopyable)trantor::NonCopyableprotected
operator=(const NonCopyable &)=delete (defined in trantor::NonCopyable)trantor::NonCopyableprotected
operator=(NonCopyable &&) noexcept(true)=default (defined in trantor::NonCopyable)trantor::NonCopyableprotected
runTaskInQueue(const std::function< void()> &task)=0 (defined in trantor::TaskQueue)trantor::TaskQueuepure virtual
runTaskInQueue(std::function< void()> &&task)=0 (defined in trantor::TaskQueue)trantor::TaskQueuepure virtual
syncTaskInQueue(const std::function< void()> &task)trantor::TaskQueueinline
~NonCopyable() (defined in trantor::NonCopyable)trantor::NonCopyableinlineprotected
~TaskQueue() (defined in trantor::TaskQueue)trantor::TaskQueueinlinevirtual