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

Class aio_timer_task

lib_acl_cpp/src/stream/aio_timer_callback.cpp:11–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9//////////////////////////////////////////////////////////////////////////
10
11class aio_timer_task {
12public:
13 aio_timer_task() {}
14 ~aio_timer_task() {}
15
16private:
17 friend class aio_timer_callback;
18
19 unsigned int id;
20 acl_int64 delay;
21 acl_int64 when;
22};
23
24//////////////////////////////////////////////////////////////////////////
25

Callers 1

set_taskMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…