An empty class that represent a continue message. An object of this class is used to indicate that the sender has completed.
class continue_msg;
#include "tbb/flow_graph.h"
namespace tbb { namespace flow { class continue_msg {}; } }