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

Method get_token

include/stdexec/stop_token.hpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 };
209
210 inline constexpr auto inplace_stop_source::get_token() const noexcept -> inplace_stop_token
211 {
212 return inplace_stop_token{this};
213 }
214
215 // [stopcallback.inplace], class template inplace_stop_callback
216 template <class _Fun>

Callers 2

spawn_partial_solveFunction · 0.45
solveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected