yaar
====
Yet Another Asynchronous Runtime (yaar) optimized around configuration and no_std.
This crate is currently under development.
yaar
aims to provide both a multi-threaded and single-threadead task scheduler which can be used to executing futures for the no_std
ecosystem. It does this by using intrusively provided structures and requiring traits for interaction with aspects of the runtime that would otherwise be platform depedent (i.e. Threading, TLS, IO, Timers, etc.).
Add this to your Cargo.toml
:
[dependencies]
yaar = { version = "0.1", features = ["full"] }
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.