|
CAF 0.17.6
|
Configures the FIFO inbox with two nested queues: More...
#include <blocking_actor.hpp>
Public Types | |
| using | deficit_type = size_t |
| using | mapped_type = mailbox_element |
| using | unique_pointer = mailbox_element_ptr |
| using | queue_type |
Static Public Attributes | |
| static constexpr size_t | normal_queue_index = 0 |
| static constexpr size_t | urgent_queue_index = 1 |
Configures the FIFO inbox with two nested queues:
| using caf::blocking_actor::mailbox_policy::queue_type |