1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 20:20:24 +02:00

Don't mention futures.

This commit is contained in:
Marius Vollmer 2006-01-29 19:46:30 +00:00
parent cc19cda7a8
commit 3c55760aa3

5
NEWS
View file

@ -521,11 +521,6 @@ Returns the "effective" version number. This is just the normal full
version string without the final micro-version number. See "Changes
to the distribution" above.
** New feature, 'futures': future, make-future, future-ref
Futures are like promises, but begin execution immediately in a new
thread. See the "Futures" section in the reference manual.
** New threading functions: parallel, letpar, par-map, and friends
These are convenient ways to run calculations in parallel in new