pkgsrc-wip/boost-threadpool/distinfo
Tonnerre LOMBARD 9fe167d456 Import boost-threadpool-0.2.5 as wip/boost-threadpool.
threadpool is a cross-platform C++ thread pool library. In general terms thread
pools are an efficient mechanism for asynchronous task processing within the
same process. They realise the thread pool pattern.

A thread pool manages a group of threads in order to process a large number of
tasks. Since multiple threads can be executed in parallel this approach may be
very efficient regarding the overall program performance on many computer
systems. By restricting the number of threads and by reusing them resources are
saved and additionally the system stability is increased.

The threadpool library provides a convenient way for dispatching asynchronous
tasks. Pools can be customized, managed dynamically and easily integrated into
your software.
2011-12-29 22:40:18 +00:00

5 lines
262 B
Text

$NetBSD: distinfo,v 1.1.1.1 2011/12/29 22:40:18 tonnerre Exp $
SHA1 (threadpool-0_2_5-src.zip) = cc46ac874a4f0bd478fa336d8d4d9370e6b2b1d9
RMD160 (threadpool-0_2_5-src.zip) = 2fca8c04606234b187ed21b7c43915dd1df300bf
Size (threadpool-0_2_5-src.zip) = 58599 bytes