Configures the FIFO inbox with two nested queues:
More...
#include <blocking_actor.hpp>
|
using | deficit_type = size_t |
|
using | mapped_type = mailbox_element |
|
using | unique_pointer = mailbox_element_ptr |
|
using | queue_type |
|
|
static constexpr size_t | normal_queue_index = 0 |
|
static constexpr size_t | urgent_queue_index = 1 |
|
Configures the FIFO inbox with two nested queues:
- Default asynchronous messages
- High-priority asynchronous messages
◆ queue_type
Initial value: intrusive::wdrr_fixed_multiplexed_queue<
intrusive::drr_cached_queue< policy::normal_messages > normal_queue
Stores asynchronous messages with default priority.
Definition blocking_actor.hpp:90
intrusive::drr_cached_queue< policy::urgent_messages > urgent_queue
Stores asynchronous messages with high priority.
Definition blocking_actor.hpp:93
The documentation for this struct was generated from the following file:
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/blocking_actor.hpp