|
C++ Actor Framework 0.19
|
Contains policies encapsulating characteristics or algorithms. More...
Classes | |
| struct | arg |
| Provides a wrapper to pass policy types as values to functions. More... | |
| class | scheduler_policy |
| This concept class describes a policy for worker and coordinator of the scheduler. More... | |
| class | select_all |
Enables a response_handle to fan-in all responses messages into a single result (a vector that stores all received results). More... | |
| class | select_any |
Enables a response_handle to pick the first arriving response, ignoring all other results. More... | |
| class | single_response |
Trivial policy for handling a single result in a response_handler. More... | |
| struct | tcp |
| Policy object for wrapping default TCP operations. More... | |
| struct | udp |
| Policy object for wrapping default UDP operations. More... | |
| class | unprofiled |
| This class is intended to be used as a base class for actual polices. More... | |
| class | work_sharing |
| Implements scheduling of actors via work sharing (central job queue). More... | |
| class | work_stealing |
| Implements scheduling of actors via work stealing. More... | |
Contains policies encapsulating characteristics or algorithms.