ANN: Future 1.1.0 concurrency library

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon Mar 9 17:04:55 EDT 2009


Hello ChrisK,

Monday, March 9, 2009, 11:54:06 PM, you wrote:

 >> p <- forkPromise (return (one+one))
 >> x <- get
 >> y <- wait

probably

x <- get p
y <- wait p


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Libraries mailing list