bounded_join_set 0.3.0

A Concurrency-Limited JoinSet for Tokio.
Documentation
[package]
name = "bounded_join_set"
version = "0.3.0"
edition = "2021"
rust-version = "1.71"
authors = ["Tristan Streichenberger <TristanStreich@gmail.com>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/bounded_join_set"
repository = "https://github.com/TristanStreich/bounded_join_set"
description = """
A Concurrency-Limited JoinSet for Tokio.
"""
categories = ["asynchronous"]
keywords = ["tokio", "async", "non-blocking", "futures", "concurrency"]

[dependencies]
tokio = { version = "1.43", features = ["rt", "sync"] }

[dev-dependencies]
tokio = { version = "1.43", features = ["macros", "time", "rt-multi-thread"] }