std::execution::just_stopped
From cppreference.com
< cpp
Defined in header <execution>
|
||
execution::sender auto just_stopped(); |
||
Parameters
(none)
Return value
Returns a sender with no completion schedulers, which completes immediately by calling the receiver’s set_stopped.