unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* About 'futures'
@ 2005-03-08 18:04 Marius Vollmer
  2005-03-08 20:52 ` Mikael Djurfeldt
  2005-03-08 21:37 ` Rob Browning
  0 siblings, 2 replies; 8+ messages in thread
From: Marius Vollmer @ 2005-03-08 18:04 UTC (permalink / raw)


Hi,

what is the difference between

    (join-thread (begin-thread (foo)))

and

    (future-ref (future (foo)))

I am thinking about implementing futures as just

    (define-macro (future exp) `(begin-thread ,exp))
    (define future-ref join-thread)

Would that make sense?


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-03-09 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-08 18:04 About 'futures' Marius Vollmer
2005-03-08 20:52 ` Mikael Djurfeldt
2005-03-08 23:35   ` Kevin Ryde
2005-03-09 15:15   ` Marius Vollmer
2005-03-09 19:02     ` Marius Vollmer
2005-03-09 19:50       ` Rob Browning
2005-03-08 21:37 ` Rob Browning
2005-03-09 15:17   ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).