mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-12 00:29:29 +00:00
Having thread pool as its own singleton in the library meant that each kiface had its own threadpool, leading to many multiples of the threads being started. Placing a singleton class in PGM_BASE ensures that all kifaces use the same thread pool. The singleton class can be extended to provide single instance guarantee for any element across kifaces |
||
---|---|---|
.. | ||
data | ||
mocks | ||
pcbnew_utils | ||
qa_utils | ||
resources/linux | ||
schematic_utils | ||
tests | ||
tools | ||
CMakeLists.txt |