aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-07-31 19:19:26 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-07-31 19:19:26 +0000
commitf570c27bb249685cb390795165539047b6df62a4 (patch)
tree3b54d99e4617a05264b31ef633ce533a6da0c2ce /devel/Makefile
parentff89f3b900eddf467a96b7886259cb4ffd158944 (diff)
downloadports-f570c27bb249685cb390795165539047b6df62a4.tar.gz
ports-f570c27bb249685cb390795165539047b6df62a4.zip
Thread::Pool::Simple provides a simple thread-pool implementaion without
external dependencies outside core modules. Jobs can be submitted to and handled by multi-threaded `workers' managed by the pool.
Notes
Notes: svn path=/head/; revision=196850
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0699be814f74..2c4908d3a4ca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1587,6 +1587,7 @@
SUBDIR += p5-Text-LevenshteinXS
SUBDIR += p5-Text-vFile-asData
SUBDIR += p5-Thread-Apartment
+ SUBDIR += p5-Thread-Pool-Simple
SUBDIR += p5-Thread-Queue-Duplex
SUBDIR += p5-Tie-Array-Pack
SUBDIR += p5-Tie-Array-Sorted