# `pulz-executor`
<img align="right" src="https://raw.githubusercontent.com/HellButcher/pulz/master/docs/logo-full.png"/>
[](https://crates.io/crates/pulz-executor)
[](https://docs.rs/pulz-executor/)
[](#license)
[](https://github.com/HellButcher/pulz/actions/workflows/rust.yml)
Abstractions of some async runtimes
## Feature Flags
The implementions for different runtimes are available behind feature-flags.
The followinf flags are arailable:
* `async-std`
* `tokio`
## License
[license]: #license
This repository is licensed under either of
* MIT license ([LICENSE-MIT] or <http://opensource.org/licenses/MIT>)
* Apache License, Version 2.0, ([LICENSE-APACHE] or <http://www.apache.org/licenses/LICENSE-2.0>)
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.
[LICENSE-MIT]: ../../LICENSE-MIT
[LICENSE-APACHE]: ../../LICENSE-APACHE