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

Method run

lib_fiber/cpp/src/tcp_keeper.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void* tcp_keeper::run()
69{
70 waiter_->start();
71 fiber::schedule();
72 return NULL;
73}
74
75void tcp_keeper::stop()
76{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected