Update concurrent.md

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

View file

@ -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.
Shared Queues and Thread Pools are loosly based off of API's from [Sagittarius Scheme](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home).
## Index
[Shared Objects](#shared-objects)