MCPcopy 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
91void fiber::clear()
92{
93 ACL_FIBER *curr = acl_fiber_running();
94 if (curr) {
95 acl_fiber_clear(curr);
96 }
97}
98
99
100const char* fiber::last_serror()

Callers 15

startFunction · 0.45
fiber_runMethod · 0.45
redis_setFunction · 0.45
redis_getFunction · 0.45
redis_delFunction · 0.45
mainFunction · 0.45
setMethod · 0.45
getMethod · 0.45
delMethod · 0.45
runMethod · 0.45
run_poolFunction · 0.45
runMethod · 0.45

Calls 2

acl_fiber_clearFunction · 0.85
acl_fiber_runningFunction · 0.50

Tested by 4

ClearMethod · 0.36
clear_numberMethod · 0.36
clear_nameMethod · 0.36
clear_emailMethod · 0.36