Update README.md
This commit is contained in:
parent
953144b5e9
commit
4aa3021b14
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue