MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / then

Function then

examples/algorithms/then.hpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template <stdexec::sender S, class F>
100auto then(S s, F f) -> stdexec::sender auto
101{
102 return _then_sender<S, F>{static_cast<S&&>(s), static_cast<F&&>(f)};
103}

Callers 15

test_task.cppFile · 0.85
test_demangle.cppFile · 0.85
test_let_value.cppFile · 0.85
test_on3.cppFile · 0.85
test_then.cppFile · 0.85
isTokenStoppableFunction · 0.85

Calls

no outgoing calls

Tested by 15

isTokenStoppableFunction · 0.68
make_stop_callbackFunction · 0.68
mainFunction · 0.68
transform_senderMethod · 0.68
anIntAPIMethod · 0.68
aVoidAPIMethod · 0.68