# rust-await Core primitives for building asynchrnonous stuff ## Dashboard | Linux CI | Test Coverage | Crate | Documentation | |:--------:|:-------------:|:-----:|:-------------:| | [![Build Status](https://travis-ci.org/GGist/rust-await.svg?branch=master)](https://travis-ci.org/icorderi/rust-await) | [![Coverage Status](https://coveralls.io/repos/icorderi/rust-await/badge.svg?branch=master)](https://coveralls.io/r/icorderi/rust-await?branch=master) | [![Crate](http://meritbadge.herokuapp.com/await)](https://crates.io/crates/await) | [![Docs](https://img.shields.io/badge/docs-up--to--date-blue.svg)](http://icorderi.github.io/rust-await/index.html) ## License Licensed under: * Apache License, Version 2.0 - [LICENSE-APACHE](LICENSE-APACHE) ([source](http://www.apache.org/licenses/LICENSE-2.0)) * MIT license - ([LICENSE-MIT](LICENSE-MIT) ([source](http://opensource.org/licenses/MIT)) ## Contribution 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.