async-global-executor 0.1.0

A global executor built on top of async-executor and smol
Documentation
[package]
name = "async-global-executor"
version = "0.1.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description =  "A global executor built on top of async-executor and smol"
edition = "2018"
license = "MIT"
repository = "https://github.com/Keruspe/async-global-executor"
homepage = "https://github.com/Keruspe/async-global-executor"
documentation = "https://docs.rs/async-global-executor"
keywords = ["async", "await", "future", "executor"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"

[dependencies]
async-executor = "^0.2"
futures-lite = "^1.0"
num_cpus = "^1.13"
once_cell = "^1.4"
smol = "^0.4"

[dev-dependencies]
doc-comment = "^0.3"