Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
TaskLoop::PushResult DelayedThreadPool::Push(Task && t)
33
{
34
return AddImmediate(std::move(t));
35
}
36
37
TaskLoop::PushResult DelayedThreadPool::Push(Task const & t)
38
{
Callers
2
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36