C++ Actor Framework 1.0.0
|
Implementation helper for blocking_actor::do_receive
.
More...
#include <blocking_actor.hpp>
Public Member Functions | |
template<class Statement > | |
void | until (Statement stmt) |
void | until (const bool &bvalue) |
Public Attributes | |
std::function< void(receive_cond &rc)> | cb |
Implementation helper for blocking_actor::do_receive
.