MCPcopy 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
24http_task* http_task::wait(void) {
25 return box_.pop();
26}
27
28void http_task::done(void) {
29 box_.push(this);

Calls 1

popMethod · 0.45

Tested by

no test coverage detected