minor details in futures docs

svn: r16997
This commit is contained in:
Matthew Flatt 2009-11-23 17:43:15 +00:00
parent 342fb61208
commit 9f57ba92f1

View File

@ -7,16 +7,16 @@
@(require scribble/manual
scribble/urls
scribble/struct
scheme/class
(for-label scheme/base
scheme/gui/base
scheme/class
scheme/contract))
scheme/contract
'#%futures))
@; ----------------------------------------------------------------------
PLT's future support is only enabled if you pass @tt{--enable-futures} to @tt{configure} when
you build PLT (and that build currently only works with @tt{mzscheme}, not with @tt{mred}).
PLT's future support is only enabled if you pass
@DFlag{enable-futures} to @exec{configure} when you build PLT (and that
build currently only works with @exec{mzscheme}, not with
@exec{mred}).
@defmodule['#%futures]{}