|
C++ Actor Framework 0.19
|
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.