|
CAF 0.17.6
|
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 |
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.
| using caf::scheduled_actor::mailbox_policy::queue_type |