thread-executor 0.2.0

Lightweight futures executor using std::thread::park
Documentation
[dependencies.pin-utils]
version = "0.1"

[dependencies.static_assertions]
version = "1.1"

[lib]
name = "thread_executor"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight futures executor using std::thread::park"
edition = "2021"
license = "MIT"
name = "thread-executor"
readme = false
version = "0.2.0"