Update concurrent.md

This commit is contained in:
Justin Ethier 2019-06-27 13:42:03 -04:00 committed by GitHub
parent b99702468c
commit 5025ce04e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ This library complements the multithreading support provided by [SRFI 18](../srf
[Immutability](#immutability)
- [`immutable?`](#immutable)
[Generic Concurrency](#generic-concurrency)
[General](#general)
- [`deref`](#deref)
[Atoms](#atoms)
@ -87,7 +87,7 @@ It is an error to call a mutation procedure (such as `set-car!` or `string-set!`
Predicate that returns `#t` if `obj` is immutable and `#f` otherwise.
## Generic Concurrency
## General
### deref