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

Method join

test/exec/asio/test_completion_token.cpp:497–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 }
496
497 void join() noexcept
498 {
499 g_.reset();
500 t_.join();
501 }
502
503 asio_impl::io_context& context() noexcept
504 {

Callers 10

test_task.cppFile · 0.45
test_sync_wait.cppFile · 0.45
~jthreadMethod · 0.45
test_split.cppFile · 0.45
~threadMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected