Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ queue
Method
queue
io/private/copcwriter/PyramidManager.cpp:60–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
void PyramidManager::queue(const OctantInfo& o)
61
{
62
{
63
std::lock_guard<std::mutex> lock(m_mutex);
64
m_queue.push(o);
65
}
66
m_cv.notify_one();
67
}
68
69
70
// Initially, all the leaf nodes will be on the queue.
Callers
2
queueWork
Method · 0.80
run
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected