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

Method start

include/exec/sequence/merge_each.hpp:1089–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087 {}
1088
1089 void start() & noexcept
1090 {
1091 __op_->nested_sequence_started();
1092 STDEXEC::start(__nested_sequence_op_);
1093 }
1094
1095 _OperationBase* __op_;
1096 __nested_sequence_op_t __nested_sequence_op_;

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected