mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-19 02:27:37 +02:00
Update concurrent.md
This commit is contained in:
parent
f7717d25ab
commit
0a691ca555
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Concurrency Library
|
||||
|
||||
The `(cyclone concurrent)` library makes it easier to write concurrent programs using Cyclone.
|
||||
The `(cyclone concurrent)` library makes it easier to write concurrent programs using Cyclone, and complements the lower-level multithreading support provided by [SRFI 18](../srfi/18.md).
|
||||
|
||||
This library complements the multithreading support provided by [SRFI 18](../srfi/18.md).
|
||||
Much of the API is based on, or inspired by, similar constructs from Clojure.
|
||||
|
||||
## Index
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue