Fix docs on channel synchronization
This commit is contained in:
parent
e4eeaa79cb
commit
5cd910f9f2
|
@ -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
|
In addition to its use with channel-specific procedures, a channel can
|
||||||
be used as a @tech{synchronizable event} (see @secref["sync"]). A
|
be used as a @tech{synchronizable event} (see @secref["sync"]). A
|
||||||
channel is @tech{ready for synchronization} when @racket[make-channel]
|
channel is @tech{ready for synchronization} when @racket[channel-get]
|
||||||
is ready when @racket[channel-get] would not block; the channel's
|
would not block; the channel's @tech{synchronization result} is the
|
||||||
@tech{synchronization result} is the same as the @racket[channel-get]
|
same as the @racket[channel-get] result.
|
||||||
result.
|
|
||||||
|
|
||||||
For buffered asynchronous channels, see @secref["async-channel"].
|
For buffered asynchronous channels, see @secref["async-channel"].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user