Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
template <stdexec::sender S, class F>
100
auto 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.cpp
File · 0.85
test_task_awaits_task_scheduler
Function · 0.85
test_task_awaits_run_loop_scheduler
Function · 0.85
test_counting_scopes.cpp
File · 0.85
test_demangle.cpp
File · 0.85
test_let_value.cpp
File · 0.85
test_on3.cpp
File · 0.85
test_spawn_future.cpp
File · 0.85
test_then.cpp
File · 0.85
test_continues_on.cpp
File · 0.85
test_into_variant.cpp
File · 0.85
isTokenStoppable
Function · 0.85
Calls
no outgoing calls
Tested by
15
test_task_awaits_task_scheduler
Function · 0.68
test_task_awaits_run_loop_scheduler
Function · 0.68
isTokenStoppable
Function · 0.68
make_stop_callback
Function · 0.68
main
Function · 0.68
transform_sender
Method · 0.68
test_sender_cleanup_action
Function · 0.68
test_stateful_cleanup_action
Function · 0.68
anIntAPI
Method · 0.68
aVoidAPI
Method · 0.68
test_stickiness_for_two_single_thread_contexts_
Function · 0.68
test_stickiness_for_two_single_thread_contexts_with_sender_
Function · 0.68