Add docs for fsemaphores in the Synchronization section.
Closes PR 13380.
This commit is contained in:
parent
3ad60aa67a
commit
e0ee4b1a31
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
@title[#:tag "all-sync" #:style 'toc]{Synchronization}
|
@title[#:tag "all-sync" #:style 'toc]{Synchronization}
|
||||||
|
|
||||||
Racket's synchronization toolbox spans three layers:
|
Racket's synchronization toolbox spans four layers:
|
||||||
|
|
||||||
@itemize[
|
@itemize[
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@ that compose events); and}
|
||||||
@item{@tech{semaphores} --- a simple and especially cheap primitive
|
@item{@tech{semaphores} --- a simple and especially cheap primitive
|
||||||
for synchronization.}
|
for synchronization.}
|
||||||
|
|
||||||
|
@item{@tech{future semaphores} --- a simple synchronization primitive
|
||||||
|
for use with @tech{futures}.}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user