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

Method get_stop_token

include/exec/linux/io_uring_context.hpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 auto get_stop_token() const noexcept -> STDEXEC::inplace_stop_token
452 {
453 return __stop_source_->get_token();
454 }
455
456 auto is_running() const noexcept -> bool
457 {

Callers 1

submitMethod · 0.45

Calls 1

get_tokenMethod · 0.45

Tested by

no test coverage detected