Clarified futures-enabled? documentation

This commit is contained in:
James Swaine 2012-02-12 20:42:05 -06:00
parent f2d244cb1f
commit 46c981bcdf

View File

@ -72,8 +72,8 @@ execute through a call to @racket[touch], however.
]} ]}
@defproc[(futures-enabled?) boolean?]{ @defproc[(futures-enabled?) boolean?]{
Returns whether futures are enabled in the current Returns whether parallel support for futures is enabled
Racket build. in the current Racket configuration.
} }
@defproc[(current-future) (or/c #f future?)]{ @defproc[(current-future) (or/c #f future?)]{