Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ wait
Method
wait
android/samples/fiber/http/src/main/cpp/http_task.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
http_task* http_task::wait(void) {
25
return box_.pop();
26
}
27
28
void http_task::done(void) {
29
box_.push(this);
Callers
1
Java_com_example_http_HttpFiberThread_HttpGet
Function · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected