tiny_future 0.3.0

This library provides spin-loop-free futures and a helper functions to run a job asynchronously
Documentation

License License

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.