[plt-scheme] pool-for-each

From: Synx (plt at synx.us.to)
Date: Thu Aug 27 16:33:10 EDT 2009

A semi-common pattern for me is to take a list of tasks that block and
feed it into a thread-pool for parallel execution, but not unbounded
parallelism. So I thought of a neat way to represent that I thought I'd
share here.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: make-pool-for-each.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20090827/53da1c03/attachment.ksh>

Posted on the users mailing list.