tokio_two_join_set 0.0.0

A two-JoinSet that keeps only the oldest and newest Tokio tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["macros", "rt"]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time"]
version = "1"

[package]
description = "A two-JoinSet that keeps only the oldest and newest Tokio tasks."
edition = "2021"
license = "MIT"
name = "tokio_two_join_set"
repository = "https://github.com/SichangHe/tokio_two_join_set"
version = "0.0.0"