spawn_groups 1.1.0

Structured concurrency construct written in Rust, for Rustaceans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "spawn_groups"
version = "1.1.0"
edition = "2021"
authors = ["Genaro-Chris <christian25589@gmail.com>"]
repository = "https://github.com/Genaro-Chris/spawn_groups/"
description = "Structured concurrency construct written in Rust, for Rustaceans"
license-file = "license.txt"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

publish = true


[dependencies]
async-lock = "3.4.0"
futures-lite = { version = "2.5.0", features = ["race"] }