Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PushBack
Method
PushBack
libs/base/thread_pool.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
~Impl() { Stop(); }
62
63
void PushBack(threads::IRoutine * routine)
64
{
65
ASSERT(!IsStopped(), ());
66
m_tasks.PushBack(routine);
67
}
68
69
void PushFront(threads::IRoutine * routine)
70
{
Callers
nothing calls this directly
Calls
2
ASSERT
Function · 0.85
PushBack
Method · 0.45
Tested by
no test coverage detected