Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ ready
Method
ready
lib_fiber/cpp/src/fiber.cpp:125–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void fiber::ready(fiber& f)
126
{
127
ACL_FIBER *fb = f.get_fiber();
128
129
if (fb) {
130
acl_fiber_ready(f.get_fiber());
131
}
132
}
133
134
size_t fiber::delay(size_t milliseconds)
135
{
Callers
2
D
Function · 0.80
jquery-1.8.2.min.js
File · 0.80
Calls
2
get_fiber
Method · 0.80
acl_fiber_ready
Function · 0.50
Tested by
no test coverage detected