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

Method joinable

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

Whether the thread can be joined.

Source from the content-addressed store, hash-verified

69
70 // Whether the thread can be joined.
71 bool joinable() const
72 {
73 return thread_.joinable();
74 }
75
76 // Wait for the thread to exit.
77 void join()

Callers 2

~logger_serviceMethod · 0.45
joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected