Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ clear
Method
clear
lib_fiber/cpp/src/fiber.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void fiber::clear()
92
{
93
ACL_FIBER *curr = acl_fiber_running();
94
if (curr) {
95
acl_fiber_clear(curr);
96
}
97
}
98
99
100
const char* fiber::last_serror()
Callers
15
start
Function · 0.45
fiber_run
Method · 0.45
redis_set
Function · 0.45
redis_get
Function · 0.45
redis_del
Function · 0.45
main
Function · 0.45
set
Method · 0.45
get
Method · 0.45
del
Method · 0.45
run
Method · 0.45
run_pool
Function · 0.45
run
Method · 0.45
Calls
2
acl_fiber_clear
Function · 0.85
acl_fiber_running
Function · 0.50
Tested by
4
Clear
Method · 0.36
clear_number
Method · 0.36
clear_name
Method · 0.36
clear_email
Method · 0.36