#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

#2117 in Asynchronous

Download history 1808/week @ 2024-12-09 1880/week @ 2024-12-16 808/week @ 2024-12-23 1724/week @ 2024-12-30 1265/week @ 2025-01-06 2409/week @ 2025-01-13 2356/week @ 2025-01-20 2746/week @ 2025-01-27 1955/week @ 2025-02-03 3742/week @ 2025-02-10 1878/week @ 2025-02-17 3685/week @ 2025-02-24 2163/week @ 2025-03-03 3093/week @ 2025-03-10 2727/week @ 2025-03-17 3486/week @ 2025-03-24

11,509 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–9.5MB
~81K SLoC