MCPcopy 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
52void hx::thread::ConditionVariable_obj::broadcast()
53{
54 impl->condition.notify_all();
55}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected