mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Update concurrent.md
This commit is contained in:
parent
0eb32877d5
commit
e3f7381321
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ The `(cyclone concurrent)` library makes it easier to write concurrent programs
|
||||||
|
|
||||||
Much of the API is based on, or inspired by, similar constructs from Clojure.
|
Much of the API is based on, or inspired by, similar constructs from Clojure.
|
||||||
|
|
||||||
|
Shared Queues and Thread Pools are loosly based off of API's from [Sagittarius Scheme](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home).
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
[Shared Objects](#shared-objects)
|
[Shared Objects](#shared-objects)
|
||||||
|
|
Loading…
Add table
Reference in a new issue