C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
caf::blocking_actor::mailbox_policy Struct Reference

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 = intrusive::wdrr_fixed_multiplexed_queue< policy::categorized, normal_queue, urgent_queue >
 

Static Public Attributes

static constexpr size_t normal_queue_index = 0
 
static constexpr size_t urgent_queue_index = 1
 

Detailed Description

Configures the FIFO inbox with two nested queues:

  1. Default asynchronous messages
  2. High-priority asynchronous messages

The documentation for this struct was generated from the following file: