mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-27 09:06:19 +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 |
||
---|---|---|
.. | ||
3d | ||
cairo | ||
opengl | ||
shaders | ||
CMakeLists.txt | ||
color4d.cpp | ||
cursors.cpp | ||
gal_display_options.cpp | ||
graphics_abstraction_layer.cpp | ||
hidpi_gl_3D_canvas.cpp | ||
hidpi_gl_canvas.cpp | ||
painter.cpp |