[dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3.25"
[dev-dependencies.tokio]
features = ["rt", "macros", "time"]
version = "1.24.2"
[package]
categories = ["asynchronous", "concurrency"]
description = "Spawn `!Send` futures in a pool and await for all of them to finish. Standalone alternative to `tokio::task::LocalSet`."
edition = "2021"
homepage = "https://github.com/Mahdrentys/local-spawn-pool-rs"
keywords = ["async", "local", "pool", "spawn", "localset"]
license = "MIT"
name = "local-spawn-pool"
readme = "README.md"
repository = "https://github.com/Mahdrentys/local-spawn-pool-rs"
version = "0.1.0"