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