C++ Actor Framework 1.0.0
|
A generator that emits nothing and calls on_complete
immediately.
More...
#include <empty.hpp>
Public Types | |
using | output_type = T |
Public Member Functions | |
template<class Step , class... Steps> | |
void | pull (size_t, Step &step, Steps &... steps) |
A generator that emits nothing and calls on_complete
immediately.