MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / joinable

Function joinable

system/lib/libcxx/include/__thread/jthread.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool joinable() const noexcept { return get_id() != id(); }
92
93 _LIBCPP_HIDE_FROM_ABI void join() { __thread_.join(); }
94

Callers 2

~jthreadFunction · 0.85
jthread.hFile · 0.85

Calls 1

get_idFunction · 0.85

Tested by

no test coverage detected