add cross-ref from reference to guide on places
This commit is contained in:
parent
e55e0a5e4a
commit
eba0ca2d4d
|
@ -15,12 +15,7 @@
|
|||
|
||||
@; ----------------------------------------------------------------------
|
||||
|
||||
@margin-note{Currently, parallel support for places is enabled
|
||||
only for Racket 3m (which is the main variant of Racket), and only
|
||||
by default for Windows, Linux x86/x86_64, and Mac OS X x86/x86_64. To
|
||||
enable support for other platforms, use @DFlag{enable-places} with
|
||||
@exec{configure} when building Racket. The @racket[place-enabled?]
|
||||
function reports whether places run in parallel.}
|
||||
@guideintro["effective-places"]{places}
|
||||
|
||||
@note-lib[racket/place]
|
||||
|
||||
|
@ -28,6 +23,13 @@
|
|||
take advantage of machines with multiple processors, cores, or
|
||||
hardware threads.
|
||||
|
||||
@margin-note{Currently, parallel support for places is enabled
|
||||
only for Racket 3m (which is the main variant of Racket), and only
|
||||
by default for Windows, Linux x86/x86_64, and Mac OS X x86/x86_64. To
|
||||
enable support for other platforms, use @DFlag{enable-places} with
|
||||
@exec{configure} when building Racket. The @racket[place-enabled?]
|
||||
function reports whether places run in parallel.}
|
||||
|
||||
A @deftech{place} is a parallel task that is effectively a separate
|
||||
instance of the Racket virtual machine. Places communicate through
|
||||
@deftech{place channels}, which are endpoints for a two-way buffered
|
||||
|
|
Loading…
Reference in New Issue
Block a user