mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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)
|
[Immutability](#immutability)
|
||||||
- [`immutable?`](#immutable)
|
- [`immutable?`](#immutable)
|
||||||
|
|
||||||
[Generic Concurrency](#generic-concurrency)
|
[General](#general)
|
||||||
- [`deref`](#deref)
|
- [`deref`](#deref)
|
||||||
|
|
||||||
[Atoms](#atoms)
|
[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.
|
Predicate that returns `#t` if `obj` is immutable and `#f` otherwise.
|
||||||
|
|
||||||
## Generic Concurrency
|
## General
|
||||||
|
|
||||||
### deref
|
### deref
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue