|
KiCad PCB EDA Suite
|
#include <thread_pool.h>#include <algorithm>#include <future>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | SCH_CONNECTIVITY::TASK_GROUP |
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |
Functions | |
| template<typename FUNCTION> | |
| void | SCH_CONNECTIVITY::ParallelFor (size_t aCount, FUNCTION &&aFunction, thread_pool &aPool=GetKiCadThreadPool()) |
| Independent ordinal writes only; preparation and cache commits stay on the caller thread. | |