Update concurrent.md

This commit is contained in:
Justin Ethier 2019-07-14 23:02:31 -04:00 committed by GitHub
parent f7717d25ab
commit 0a691ca555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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