Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ data
Method
data
test/test_common/schedulers.hpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
struct data : std::enable_shared_from_this<data>
130
{
131
explicit data(int id)
132
: id_(id)
133
{}
134
135
int id_;
136
cmd_vec_t all_commands_;
Callers
8
test_spawn_future.cpp
File · 0.45
test_spawn.cpp
File · 0.45
launch.cpp
File · 0.45
reduce.cpp
File · 0.45
variant.cpp
File · 0.45
test_asio_thread_pool.cpp
File · 0.45
test_tbb_thread_pool.cpp
File · 0.45
test_taskflow_thread_pool.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected