reactor-trait 1.1.0

A collection of traits to define a common interface across reactors
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.async-trait]
version = "^0.1.42"

[dependencies.futures-core]
version = "^0.3"

[dependencies.futures-io]
version = "^0.3"

[package]
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
categories = ["asynchronous", "concurrency"]
description = "A collection of traits to define a common interface across reactors"
documentation = "https://docs.rs/executor-trait"
edition = "2021"
homepage = "https://github.com/amqp-rs/executor-trait"
keywords = ["async", "await", "future", "executor"]
license = "Apache-2.0 OR MIT"
name = "reactor-trait"
readme = "README.md"
repository = "https://github.com/amqp-rs/executor-trait"
resolver = "2"
rust-version = "1.56.0"
version = "1.1.0"