Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ sleep_fiber
Function
sleep_fiber
android/samples/fiber/http/src/main/cpp/http_client.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
static void sleep_fiber(void) {
93
while (true) {
94
sleep(2);
95
test2();
96
}
97
}
98
99
static void fiber_thread_run(fiber_waiter* waiter) {
100
waiter->start(256000);
Callers
1
fiber_thread_run
Function · 0.85
Calls
2
test2
Function · 0.70
sleep
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…