Home
last modified time | relevance | path

Searched refs:taskFun (Results 1 - 1 of 1) sorted by relevance

/base/telephony/call_manager/utils/include/
H A Dtimer.h48 void start(int interval, std::function<void()> taskFun) in start() argument
54 std::thread([this, interval, taskFun]() { in start()
58 taskFun(); in start()

Completed in 1 milliseconds