test_executors 0.2.0

Simple async executors for testing.
Documentation
[dependencies.blocking_semaphore]
version = ">=0"

[dependencies.logwise]
version = ">=0.1.1"

[dependencies.priority]
version = ">=0"

[dependencies.some_executor]
version = "0.2.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "development-tools::testing"]
description = "Simple async executors for testing."
edition = "2021"
exclude = [".*"]
homepage = "https://sealedabstract.com/code/test_executors"
keywords = ["testing", "async", "await", "future"]
license = "MIT OR Apache-2.0"
name = "test_executors"
readme = "README.md"
repository = "https://github.com/drewcrawford/test_executors"
rust-version = "1.75.0"
version = "0.2.0"