thread-executor 0.1.0

Lightweight futures executor using std::thread::park
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.pin-utils]
version = "0.1.0"

[dependencies.static_assertions]
version = "1.1.0"

[package]
description = "Lightweight futures executor using std::thread::park"
edition = "2021"
license = "MIT"
name = "thread-executor"
version = "0.1.0"