Fix typos
This commit is contained in:
parent
a4fc98629b
commit
46d3ea2bb8
|
@ -456,11 +456,11 @@ exceptions during its handler's invocation.
|
||||||
Events also allow you to encode many different communication
|
Events also allow you to encode many different communication
|
||||||
patterns between multiple concurrent parts of a program. One
|
patterns between multiple concurrent parts of a program. One
|
||||||
common such pattern is producer-consumer. Here is a way to
|
common such pattern is producer-consumer. Here is a way to
|
||||||
implement on variation on it using the above ideas. Generally
|
implement a variation on it using the above ideas. Generally
|
||||||
speaking, these communication patterns are implemented via
|
speaking, these communication patterns are implemented via
|
||||||
a server loops that uses @racket[sync] to wait for any of
|
a server loop that uses @racket[sync] to wait for any
|
||||||
a number of different possibilities to occur and then
|
number of different possibilities to occur and then
|
||||||
reacts them, updating some local state.
|
reacts to them, updating some local state.
|
||||||
|
|
||||||
@examples[
|
@examples[
|
||||||
#:eval concurrency-eval
|
#:eval concurrency-eval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user