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

* threads.scm: Removed bogus definition of future-ref.

This commit is contained in:
Mikael Djurfeldt 2002-12-18 11:00:56 +00:00
parent e29e0b0963
commit 62d4fd94a6
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-12-18 Mikael Djurfeldt <mdj@kvast.blakulla.net>
* threads.scm: Removed bogus definition of future-ref.
2002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se> 2002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* threads.scm (par-map, par-for-each): Reimplemented using * threads.scm (par-map, par-for-each): Reimplemented using

View file

@ -72,8 +72,6 @@
(define future-ref join-thread)
(define ((par-mapper mapper) proc . arglists) (define ((par-mapper mapper) proc . arglists)
(mapper join-thread (mapper join-thread
(apply map (apply map