[racket] Future function in Racket

From: Neil Toronto (neil.toronto at gmail.com)
Date: Tue Dec 18 13:09:21 EST 2012

On 12/18/2012 10:14 AM, Mohammad Mustaqeem wrote:
> Hello,
>       I want to verify that "is future executes the thunk in parallel"?
> For that, I need an example that show the difference between execution
> time of the using future and without it.
>       Please, give me an example verifies that "future executes the
> thunk in parallel"

I'm not sure what you mean by an example, but to verify parallel 
execution, you're best off using the futures visualizer. Search for 
"visualizer" in the manuals and you'll find it right away.

Neil ⊥


Posted on the users mailing list.