std::execution::just_stopped

Header: <execution>

A sender factory that returns a sender which completes immediately by calling the receiver’s .

# Declarations

inline constexpr just_stopped_t just_stopped{};
struct just_stopped_t { /*unspecified*/ };

(since C++26) (customization point object)

Call signature
execution::sender auto just_stopped();

(since C++26)

# Example

This section is incompleteReason: no example