mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Update concurrent.md
This commit is contained in:
parent
b99702468c
commit
5025ce04e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue