|
ecor
|
Concept for stoppable sources, requires that the type has get_token, stop_possible, stop_requested, and request_stop member functions with appropriate signatures, and that the token returned by get_token satisfies the stoppable_token concept. More...
#include <ecor.hpp>
Concept for stoppable sources, requires that the type has get_token, stop_possible, stop_requested, and request_stop member functions with appropriate signatures, and that the token returned by get_token satisfies the stoppable_token concept.
Stop source provides stop_tokens and the source is used to signal that stop was requested.