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