Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ broadcast
Method
broadcast
src/hx/thread/ConditionVariable.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void hx::thread::ConditionVariable_obj::broadcast()
53
{
54
impl->condition.notify_all();
55
}
Callers
1
__hxcpp_condition_broadcast
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected