KDE Frameworks 6 helper for multithreaded programming https://invent.kde.org/frameworks/threadweaver
Go to file
2024-07-14 22:22:49 +02:00
kf6-threadweaver.spec automatic version update by autodist [release 6.4.0-1mamba;Fri Jul 12 2024] 2024-07-14 22:22:49 +02:00
README.md automatic version update by autodist [release 5.248.0-1mamba;Sat Jan 13 2024] 2024-01-19 18:32:35 +01:00

kf6-threadweaver

ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits.