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

Method get_thread_id

include/exec/single_thread_context.hpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 [[nodiscard]]
48 auto get_thread_id() const noexcept -> std::thread::id
49 {
50 return thread_.get_id();
51 }
52 };
53} // namespace experimental::execution
54

Callers 1

Calls 1

get_idMethod · 0.80

Tested by

no test coverage detected