spawn-std-tokio 0.1.0-alpha.1

tokio implementation for spawn-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "spawn-std-tokio"
version = "0.1.0-alpha.1"
edition = "2024"
license = "MIT OR Apache-2.0 OR EUPL-1.2"
repository = "https://github.com/neeko-cat/spawn-std"
keywords = ["async"]
description = "tokio implementation for spawn-std"

[dependencies]
tokio = { version = "1", features = ["rt"] }
spawn-std-core = { version = "0.1.0-alpha.1", path = "../../core" }