libcaf
0.15.5
|
Contains policies encapsulating characteristics or algorithms. More...
Classes | |
struct | arg |
Provides a wrapper to pass policy types as values to functions. More... | |
struct | profiled |
An enhancement of CAF's scheduling policy which records fine-grained resource utiliziation for worker threads and actors in the parent coordinator of the workers. More... | |
class | scheduler_policy |
This concept class describes a policy for worker and coordinator of the scheduler. 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.