MCPcopy Create free account
hub / github.com/comaps/comaps / PushDelayed

Method PushDelayed

libs/base/thread_pool_delayed.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42TaskLoop::PushResult DelayedThreadPool::PushDelayed(Duration const & delay, Task && t)
43{
44 return AddDelayed(delay, std::move(t));
45}
46
47TaskLoop::PushResult DelayedThreadPool::PushDelayed(Duration const & delay, Task const & t)
48{

Callers 3

RunDelayedMethod · 0.80
UNIT_TESTFunction · 0.80
RunDelayedTaskMethod · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64