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

Method get_token

include/exec/start_now.hpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 [[nodiscard]]
203 constexpr auto get_token() const noexcept -> STDEXEC::inplace_stop_token
204 {
205 return this->__source_.get_token();
206 }
207
208 [[nodiscard]]
209 constexpr auto async_wait() const noexcept -> __sender_t

Callers 9

get_envMethod · 0.45
__future_state_baseMethod · 0.45
__spawn_opstateMethod · 0.45
get_stop_tokenMethod · 0.45
__stok_envFunction · 0.45
get_envMethod · 0.45
_get_tokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected