Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uazu/stakker_async_await

Stakker-based executor for Rust async/await code
https://github.com/uazu/stakker_async_await

Last synced: about 1 month ago
JSON representation

Stakker-based executor for Rust async/await code

Awesome Lists containing this project

README

        

# A **Stakker**-based executor for Rust async/await code

[![license:MIT/Apache-2.0][1]](https://github.com/uazu/stakker_async_await)
[![github:uazu/stakker_async_await][2]](https://github.com/uazu/stakker_async_await)
[![crates.io:stakker_async_await][3]](https://crates.io/crates/stakker_async_await)
[![docs.rs:stakker_async_await][4]](https://docs.rs/stakker_async_await)
[![uazu.github.io:stakker][5]](https://uazu.github.io/stakker/)

[1]: https://img.shields.io/badge/license-MIT%2FApache--2.0-blue
[2]: https://img.shields.io/badge/github-uazu%2Fstakker_async_await-brightgreen
[3]: https://img.shields.io/badge/crates.io-stakker_async_await-red
[4]: https://img.shields.io/badge/docs.rs-stakker_async_await-purple
[5]: https://img.shields.io/badge/uazu.github.io-stakker_async_await-yellow

The intention is that this crate will allow **Stakker**-based code to
interface to the Rust async/await ecosystem, or at least the
executor-independent parts of it.

### Documentation

See the [crate documentation](http://docs.rs/stakker_async_await) and
the [Stakker Guide and Design Notes](https://uazu.github.io/stakker/)

# License

This project is licensed under either the Apache License version 2 or
the MIT license, at your option. (See
[LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in this crate by you, as defined in the
Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.