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

Method start

test/stdexec/algos/adaptors/test_spawn_future.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 ~opstate() {}
404
405 void start() & noexcept
406 {
407 std::construct_at(&callback_, ex::get_stop_token(ex::get_env(rcvr_)), callback{this});
408 }
409
410 private:
411 struct callback

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.50

Tested by

no test coverage detected