> Racket already has two ways to do this: futures and threads. (There was a 
> recent discussion on the mailing lists about futures.)
> The guide has more information here: 
> https://docs.racket-lang.org/guide/parallelism.html 
> <https://docs.racket-lang.org/guide/parallelism.html>
It's true but threads aren't actually parallel, futures can use only limited 
fp-related operations, and places have much stronger restrictions than threaded 
code in most languages does.

-- 
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