Copying the code from the futures mandelbrot example doesn't seem to work in 
the way it's explained. The futures visualizer window shows the two threads 
switching back and forth with short intervals of work followed by a sync. This 
happens in DrRacket 6.7 on both OSX and Linux.

At first I thought there was a typo in the example code, as if (* 2.0 (->fl y)) 
might benefit from being converted to (fl* 2.0 (->fl y)). That didn't make any 
difference, though.

Has something important changed in futures since the guide was written? Is this 
evidence of a problem with my computers?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to