C++ Actor Framework 0.19
|
Returns the state of a consumer from new_round
.
More...
#include <new_round_result.hpp>
Public Attributes | |
size_t | consumed_items |
Denotes whether the consumer accepted at least one element. | |
bool | stop_all |
Denotes whether the consumer returned task_result::stop_all . | |
Returns the state of a consumer from new_round
.