MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / signal

Method signal

src/hx/thread/ConditionVariable.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void hx::thread::ConditionVariable_obj::signal()
48{
49 impl->condition.notify_one();
50}
51
52void hx::thread::ConditionVariable_obj::broadcast()
53{

Callers 1

__hxcpp_condition_signalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected