./devel/kf6-threadweaver, High-level multithreading framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.8.0, Package name: kf6-threadweaver-6.8.0, Maintainer: markd

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.


Master sites: (Expand)

Filesize: 1381.336 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-05 10:43:29 by Mark Davies | Files touched by this commit (162) | Package updated
Log message:
kf6: update KDE Frameworks 6 to 6.8.0

6 months of updates
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-26 14:15:22 by Mark Davies | Files touched by this commit (6)
Log message:
kf6-threadweaver: add version 6.2.0

KDE Frameworks 6 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.