MCPcopy Create free account
hub / github.com/boostorg/asio / join

Method join

include/boost/asio/detail/std_thread.hpp:77–81  ·  view source on GitHub ↗

Wait for the thread to exit.

Source from the content-addressed store, hash-verified

75
76 // Wait for the thread to exit.
77 void join()
78 {
79 if (thread_.joinable())
80 thread_.join();
81 }
82
83 // Get number of CPUs.
84 static std::size_t hardware_concurrency()

Callers

nothing calls this directly

Calls 1

joinableMethod · 0.45

Tested by

no test coverage detected