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

Method ~thread

test/exec/asio/test_completion_token.cpp:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 {}
487
488 ~thread() noexcept
489 {
490 g_.reset();
491 if (t_.joinable())
492 {
493 t_.join();
494 }
495 }
496
497 void join() noexcept
498 {

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected