7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-23 16:23:44 +00:00
kicad/libs
Seth Hillbrand 361f61a023 Move thread pool to singleton class
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
2025-01-03 13:51:11 -08:00
..
core Move thread pool to singleton class 2025-01-03 13:51:11 -08:00
kimath Silence SWIG warnings 2025-01-01 19:47:13 -08:00
kinng Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
kiplatform Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
sexpr Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00