MCPcopy Create free account
hub / github.com/acl-dev/acl / run

Method run

lib_fiber/samples-c++/fiber_stack2/main.cpp:15–21  ·  view source on GitHub ↗

@override

Source from the content-addressed store, hash-verified

13
14 // @override
15 void run(void)
16 {
17 printf("fiber-%d-%d running\r\n", get_id(), acl::fiber::self());
18 func1();
19
20 delete this;
21 }
22
23 void func1(void)
24 {

Callers

nothing calls this directly

Calls 2

get_idFunction · 0.50
selfFunction · 0.50

Tested by

no test coverage detected