SObjectizer 5.8
|
An implementation of thread pool dispatcher. More...
#include <so_5/disp/thread_pool/impl/basic_event_queue.hpp>
#include <so_5/disp/thread_pool/impl/work_thread_template.hpp>
#include <so_5/disp/thread_pool/pub.hpp>
Go to the source code of this file.
Classes | |
class | so_5::disp::thread_pool::impl::agent_queue_t |
Event queue for the agent (or cooperation). More... | |
struct | so_5::disp::thread_pool::impl::adaptation_t |
Adaptation of common implementation of thread-pool-like dispatcher to the specific of this thread-pool dispatcher. More... | |
Namespaces | |
namespace | so_5 |
Private part of message limit implementation. | |
namespace | so_5::disp |
Event dispatchers. | |
namespace | so_5::disp::thread_pool |
Thread pool dispatcher. | |
namespace | so_5::disp::thread_pool::impl |
Internal implementation details of thread pool dispatcher. | |
Typedefs | |
template<typename Work_Thread > | |
using | so_5::disp::thread_pool::impl::dispatcher_template_t |
Template for dispatcher. | |
An implementation of thread pool dispatcher.
Definition in file thread_pool/impl/disp.hpp.