C++ Actor Framework
0.18
|
Configures the FIFO inbox with four nested queues: More...
#include <scheduled_actor.hpp>
Public Types | |
using | deficit_type = size_t |
using | mapped_type = mailbox_element |
using | unique_pointer = mailbox_element_ptr |
using | queue_type = intrusive::wdrr_fixed_multiplexed_queue< policy::categorized, urgent_queue, normal_queue, upstream_queue, downstream_queue > |
Configures the FIFO inbox with four nested queues:
The queue for downstream messages is in turn composed of a nested queues, one for each active input slot.