C++ Actor Framework 1.0.0
|
Implementation helper for blocking_actor::receive_while
.
More...
#include <blocking_actor.hpp>
Public Types | |
using | fun_type = std::function<bool()> |
Public Member Functions | |
template<class... Ts> | |
void | operator() (Ts &&... xs) |
Public Attributes | |
blocking_actor * | self |
fun_type | stmt_ |
Implementation helper for blocking_actor::receive_while
.