Fix docs on channel synchronization

This commit is contained in:
Eric Dobson 2015-06-23 20:57:08 -07:00 committed by Matthew Flatt
parent e4eeaa79cb
commit 5cd910f9f2

View File

@ -15,10 +15,9 @@ often, then the thread eventually participates in a transaction.
In addition to its use with channel-specific procedures, a channel can
be used as a @tech{synchronizable event} (see @secref["sync"]). A
channel is @tech{ready for synchronization} when @racket[make-channel]
is ready when @racket[channel-get] would not block; the channel's
@tech{synchronization result} is the same as the @racket[channel-get]
result.
channel is @tech{ready for synchronization} when @racket[channel-get]
would not block; the channel's @tech{synchronization result} is the
same as the @racket[channel-get] result.
For buffered asynchronous channels, see @secref["async-channel"].