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

Method Push

libs/base/thread_pool_delayed.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32TaskLoop::PushResult DelayedThreadPool::Push(Task && t)
33{
34 return AddImmediate(std::move(t));
35}
36
37TaskLoop::PushResult DelayedThreadPool::Push(Task const & t)
38{

Callers 2

UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36