Update README.md

This commit is contained in:
Michiel Borkent 2019-09-07 11:00:47 +02:00 committed by GitHub
parent 953144b5e9
commit 4aa3021b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,7 @@ $ bb '
## Async
Apart from `future` for creating threads and the `conch` namespace for creating
processes, you may use `core.async` to script asynchronously. The following
processes, you may use the `async` namespace, which maps to `clojure.core.async`, for asynchronous scripting. The following
example shows how to get first available value from two different processes:
``` clojure