executor-trait 2.0.0

A collection of traits to define a common interface across executors
Documentation
[dependencies.async-trait]
version = "^0.1.42"

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