Update documentation in README.
This commit is contained in:
parent
ebbb5b73ef
commit
4f670ac7e8
|
@ -65,6 +65,9 @@
|
||||||
|
|
||||||
13. Added cheap synchronization primitives: `AsyncLock`, `AsyncEvent`, and `AsyncQueue[T]`.
|
13. Added cheap synchronization primitives: `AsyncLock`, `AsyncEvent`, and `AsyncQueue[T]`.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
You can find more documentation, notes and examples in [Wiki].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
You can use Nim official package manager `nimble` to install `asyncdispatch2`. The most recent version of the library can be installed via:
|
You can use Nim official package manager `nimble` to install `asyncdispatch2`. The most recent version of the library can be installed via:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue