Update concurrent.md

This commit is contained in:
Justin Ethier 2019-07-15 12:12:25 -04:00 committed by GitHub
parent e3f7381321
commit 8040991b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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