MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / ~jthread

Method ~jthread

test/exec/test_io_uring_context.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 ~jthread()
62 {
63 if (thread_.joinable())
64 {
65 thread_.join();
66 }
67 }
68
69 [[nodiscard]]
70 auto get_id() const noexcept -> std::thread::id

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected