C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::result< Ts > Class Template Reference

Wraps the result of a message handler to represent either a value (wrapped into a message), a delegated<Ts...> (indicates that another actor is going to respond), or an error. More...

Detailed Description

template<class... Ts>
class caf::result< Ts >

Wraps the result of a message handler to represent either a value (wrapped into a message), a delegated<Ts...> (indicates that another actor is going to respond), or an error.

Examples
dining_philosophers.cpp.

The documentation for this class was generated from the following files: