From 2813d72571fc5730a8ffb96ceed20d17b63dbd0f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 29 Nov 2012 17:50:56 -0500 Subject: [PATCH] NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores * NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index daa720199..272e65f50 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,8 @@ future to completed. This allows all threads to be kept busy, and was made possible by the use of delimited continuations (see the manual for details.) -Consequently, `par-map' has been rewritten and can now use all cores. +Consequently, `par-map' and `par-for-each' have been rewritten and can +now use all cores. ** `load-in-vicinity' search for `.go' files in `%load-compiled-path'