Hello,<br><br>The documentation on <a href="http://docs.racket-lang.org/reference/futures.html">Futures</a> says that:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

Currently, parallel support for <span class="RktSym"><a class="RktValLink">future</a></span> is enabled
by default for Windows, Linux x86/x86_64, and Mac OS X x86/x86_64.</blockquote><br><br>I installed Racket 5.3 from the 32-bit Windows installer, and when I run (futures-enabled?) it returns #f.<br>I tried from DrRacket (both on the definitions and interactions panels) and racket interpreter.<br>

<br>I have an Intel Core 2 Duo CPU and Racket sees the 2 cores:<br>&gt; (processor-count)<br>2<br><br><br>Does it really mean I didn&#39;t get parallel futures enabled?<br><br><br>Regards,<br><br>Rodolfo Carvalho<br>