Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~jthread
Function · 0.85
jthread.h
File · 0.85
Calls
1
get_id
Function · 0.85
Tested by
no test coverage detected