MCPcopy Create free account
hub / github.com/PDAL/PDAL / stop

Function stop

pdal/util/ThreadPool.hpp:89–93  ·  view source on GitHub ↗

join() and empty the queue of tasks that may have been waiting to run.

Source from the content-addressed store, hash-verified

87
88 // join() and empty the queue of tasks that may have been waiting to run.
89 PDAL_EXPORT void stop()
90 {
91 join();
92 clearTasks();
93 }
94
95 // Empty the queue of tasks that may have been waiting to run.
96 PDAL_EXPORT void clearTasks()

Callers

nothing calls this directly

Calls 2

joinFunction · 0.85
clearTasksFunction · 0.85

Tested by

no test coverage detected