C++ Actor Framework 0.19
Loading...
Searching...
No Matches
caf::result<... > 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...>
class caf::result<... >

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 file: