Namespaces
Variants
Views
Actions

std::execution::just_stopped

From cppreference.com
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.