MCPcopy 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.cppFile · 0.45
launch.cppFile · 0.45
reduce.cppFile · 0.45
variant.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected