Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ cycle
Function
cycle
pdal/util/ThreadPool.hpp:116–117 ·
view source on GitHub ↗
Join and restart.
Source
from the content-addressed store, hash-verified
114
115
// Join and restart.
116
PDAL_EXPORT void cycle()
117
{ join(); go(); }
118
119
// Change the number of threads. Current threads will be joined.
120
PDAL_EXPORT void resize(const std::size_t numThreads)
Callers
nothing calls this directly
Calls
1
join
Function · 0.85
Tested by
no test coverage detected