robinfriedli / rusty_poolLinks
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.
☆46Updated last year
Alternatives and similar repositories for rusty_pool
Users that are interested in rusty_pool are comparing it to the libraries listed below
Sorting:
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆108Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Object Pool LockFree in Rust☆46Updated 4 months ago
- Drpc-Correct, high performance, robust, easy use Remote invocation framework☆38Updated last year
- Typed any map for rust☆67Updated 5 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆84Updated 2 months ago
- A lightweight lock protected by an atomic boolean.☆37Updated 3 months ago
- Asynchronous access to a bincode-encoded item stream.☆75Updated 2 months ago
- Procedural macro crate for conversion between Rust structs and associative containers.☆60Updated 2 years ago
- Serde support for the humantime crate☆33Updated last year
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Static Linear Algebra System☆36Updated last year
- Testing framework for rust enhancing the built-in library with some useful features.☆63Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Time and duration crate optimized for speed and API stability.☆70Updated last week
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- A crate to separate your HTML from your Rust code when using Yew☆41Updated last year
- Get a unique thread ID in Rust☆42Updated 7 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- proc-macro for accessing struct field names at runtime☆38Updated 3 years ago
- Array helpers for Rust's Vector and String types☆76Updated 2 years ago
- Progress reporting abstraction for Rust☆64Updated 10 months ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year