4 releases
0.4.0 | Dec 8, 2020 |
---|---|
0.3.2 | Sep 12, 2018 |
0.3.1 | Aug 12, 2018 |
0.3.0 | Jun 30, 2018 |
#306 in Asynchronous
10KB
205 lines
About
This library provides spin-loop-free futures and a helper functions to run a job asynchronously.
Build Library and Documentation
To build and open the documentation, go into the projects root-directory and run cargo doc --open
.
To build the library, go into the projects root-directory and run cargo build --release
; you can find the build in
target/release.