continue_msg¶
[flow_graph.continue_msg]
An empty class that represents a continue message. An object of this class is used to indicate that the sender has completed.
// Defined in header <tbb/flow_graph.h>
namespace tbb {
namespace flow {
class continue_msg {};
} // namespace flow
} // namespace tbb