#async #concurrency #utilities

tokio-utils

Tools for asynchronous programming in Tokio applications

4 releases

0.1.2 Mar 31, 2023
0.1.1 Mar 31, 2023
0.1.0 Mar 31, 2023
0.0.0 Mar 31, 2023

#2236 in Asynchronous

Download history 1722/week @ 2024-12-11 1678/week @ 2024-12-18 889/week @ 2024-12-25 1714/week @ 2025-01-01 1396/week @ 2025-01-08 2731/week @ 2025-01-15 2312/week @ 2025-01-22 2289/week @ 2025-01-29 2437/week @ 2025-02-05 3304/week @ 2025-02-12 2348/week @ 2025-02-19 3228/week @ 2025-02-26 2518/week @ 2025-03-05 2724/week @ 2025-03-12 3387/week @ 2025-03-19 2643/week @ 2025-03-26

11,621 downloads per month
Used in hx-lsp

MIT license

5KB

Tokio Utils

github crates.io docs.rs build status

Tools for asynchronous programming in Tokio applications:

Resource Pooling

  • Pool, a shared resource pool.

Rate Limiting

Graceful Shutdown

Stdin

Usage

Add this to your Cargo.toml:

[dependencies]
tokio-utils = "0.1.2"

Dependencies

~3.5–10MB
~81K SLoC