MCPcopy 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
23void TaskRunner::PostTask(TTask const & task)
24{
25 CHECK(m_checker.CalledOnOriginalThread(), ());
26 m_tasks.push(task);
27}
28} // namespace storage

Callers 4

DownloadMethod · 0.80
DownloadNextChunkMethod · 0.80
OnFileDownloadedMethod · 0.80

Calls 2

pushMethod · 0.80

Tested by 1