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:
parent
e29e0b0963
commit
62d4fd94a6
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* threads.scm (par-map, par-for-each): Reimplemented using
|
||||
|
|
|
@ -72,8 +72,6 @@
|
|||
|
||||
|
||||
|
||||
(define future-ref join-thread)
|
||||
|
||||
(define ((par-mapper mapper) proc . arglists)
|
||||
(mapper join-thread
|
||||
(apply map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue