Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ wait
Method
wait
core/core_bind.cpp:1436–1438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1434
////// Semaphore //////
1435
1436
void Semaphore::wait() {
1437
semaphore.wait();
1438
}
1439
1440
bool Semaphore::try_wait() {
1441
return semaphore.try_wait();
Callers
14
mySubProcess
Function · 0.45
query_path
Method · 0.45
main
Function · 0.45
query_path
Method · 0.45
_thread
Method · 0.45
request_and_wait
Method · 0.45
_thread
Method · 0.45
_end_customize_resources
Method · 0.45
guardedRun
Method · 0.45
requestExitAndWait
Method · 0.45
library_godot_audio.js
File · 0.45
thread_wait_for_work
Method · 0.45
Calls
no outgoing calls
Tested by
2
thread_wait_for_work
Method · 0.36
main_wait_for_done
Method · 0.36