Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PostTask
Method
PostTask
libs/storage/storage_tests/task_runner.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void TaskRunner::PostTask(TTask const & task)
24
{
25
CHECK(m_checker.CalledOnOriginalThread(), ());
26
m_tasks.push(task);
27
}
28
} // namespace storage
Callers
4
Download
Method · 0.80
DownloadNextChunk
Method · 0.80
OnFileDownloaded
Method · 0.80
OnCountryDownloadingProgress
Method · 0.80
Calls
2
CalledOnOriginalThread
Method · 0.80
push
Method · 0.80
Tested by
1
OnCountryDownloadingProgress
Method · 0.64