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
e3f7381321
commit
8040991b77
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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.
|
||||
|
||||
Shared Queues and Thread Pools are loosly based off of API's from [Sagittarius Scheme](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home).
|
||||
Shared Queues and Thread Pools are loosly based on API's from [Sagittarius Scheme](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home).
|
||||
|
||||
## Index
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue