[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
# 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.