C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::policy Namespace Reference

Contains policies encapsulating characteristics or algorithms. More...

Classes

struct  arg
 Provides a wrapper to pass policy types as values to functions. 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...
 

Detailed Description

Contains policies encapsulating characteristics or algorithms.