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
ef0970a769
commit
164974550a
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ Dereference; returns the current value of the given concurrency object.
|
|||
|
||||
## Atoms
|
||||
|
||||
This section provides atomic operations. The API is modelled after Clojure's [Atoms](https://clojure.org/reference/atoms). Per the Clojure docs:
|
||||
This section provides atomic operations modelled after Clojure's [Atoms](https://clojure.org/reference/atoms).
|
||||
|
||||
Per the Clojure docs:
|
||||
|
||||
> Atoms are an efficient way to represent some state that will never need to be coordinated with any other, and for which you wish to make synchronous changes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue