Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uazu/stakker_async_await
- Owner: uazu
- Created: 2021-04-06T11:39:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T11:42:05.000Z (over 3 years ago)
- Last Synced: 2024-09-14T02:05:42.666Z (2 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-yellowThe 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.