tokio-executor-trait 2.0.0

executor-trait implementation for tokio
Documentation
[dependencies.async-trait]
version = "^0.1.42"

[dependencies.executor-trait]
version = "^2.0"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread"]
version = "^1.0"

[package]
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
categories = ["asynchronous", "concurrency"]
description = "executor-trait implementation for tokio"
documentation = "https://docs.rs/tokio-executor-trait"
edition = "2018"
homepage = "https://github.com/Keruspe/executor-trait"
keywords = ["async", "await", "future", "executor"]
license = "Apache-2.0 OR MIT"
name = "tokio-executor-trait"
readme = "README.md"
repository = "https://github.com/Keruspe/executor-trait"
version = "2.0.0"