KDE Frameworks 5 helper for multithreaded programming https://kde.org/
Go to file
2024-01-05 18:28:49 +01:00
README.md package created using the webbuild interface [release 5.12.0-1mamba;Sun Aug 16 2015] 2024-01-05 18:28:48 +01:00
threadweaver.spec automatic version update by autodist [release 5.53.0-1mamba;Sat Dec 15 2018] 2024-01-05 18:28:49 +01:00

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.