nio-task 0.1.0

async task implementation
Documentation
[dependencies]

[dev-dependencies.atomic-waker]
version = "1"

[dev-dependencies.easy-parallel]
version = "3"

[dev-dependencies.flaky_test]
version = "0.2"

[dev-dependencies.flume]
default-features = false
version = "0.12"

[dev-dependencies.smol]
version = "2"

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

[package]
authors = ["Nur <nurmohammed840@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "async task implementation"
edition = "2024"
keywords = ["nio", "async", "task"]
license = "Apache-2.0"
name = "nio-task"
readme = "README.md"
repository = "https://github.com/nurmohammed840/nio"
resolver = "2"
version = "0.1.0"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "cancel"
path = "tests/cancel.rs"

[[test]]
name = "join"
path = "tests/join.rs"

[[test]]
name = "metadata"
path = "tests/metadata.rs"

[[test]]
name = "panic"
path = "tests/panic.rs"

[[test]]
name = "ready"
path = "tests/ready.rs"

[[test]]
name = "waker_panic"
path = "tests/waker_panic.rs"

[[test]]
name = "waker_pending"
path = "tests/waker_pending.rs"

[[test]]
name = "waker_ready"
path = "tests/waker_ready.rs"