Make the disabled places comment more prominent.
This commit is contained in:
parent
f11bb7795c
commit
84ec108c32
|
@ -22,13 +22,12 @@ hardware threads.
|
||||||
|
|
||||||
@note-lib[racket/place]
|
@note-lib[racket/place]
|
||||||
|
|
||||||
@margin-note{Currently, parallel support for @racket[place] is is only enabled if you pass
|
Note: currently, parallel support for @racket[place] is disabled by
|
||||||
@DFlag{enable-places} to @exec{configure} when you build Racket (and
|
default, and using it will raise an exception. Support can only be
|
||||||
that build currently only works with @exec{racket}, not with
|
enabled if you build Racket yourself, and pass @DFlag{enable-places} to
|
||||||
@exec{gracket}). When parallel-places support is not enabled,
|
@exec{configure}. This works only for @exec{racket} (not
|
||||||
@racket[place] usage is a syntax error.
|
@exec{gracket}), and it is supported only on Linux x86/x86_64, and Mac
|
||||||
Places is only supported on Linux x86/x86_64, and Mac OS X
|
OS X x86/x86_64 platforms.
|
||||||
x86/x86_64 platforms.}
|
|
||||||
|
|
||||||
@defproc[(place [module-path module-path?] [start-proc symbol?]) place?]{
|
@defproc[(place [module-path module-path?] [start-proc symbol?]) place?]{
|
||||||
Starts running @racket[start-proc] in parallel. @racket[start-proc] must
|
Starts running @racket[start-proc] in parallel. @racket[start-proc] must
|
||||||
|
|
Loading…
Reference in New Issue
Block a user