robinfriedli / rusty_pool
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.
☆42Updated 7 months ago
Alternatives and similar repositories for rusty_pool:
Users that are interested in rusty_pool are comparing it to the libraries listed below
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 2 months ago
- Typed any map for rust☆65Updated last month
- 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…☆69Updated last month
- A fast, lightweight, embedded system-friendly library for wrapping text.☆65Updated 11 months ago
- async fn(Input) -> Result<Output, Error>☆50Updated 10 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Procedural macro crate for conversion between Rust structs and associative containers.☆59Updated 2 years ago
- Drpc-Correct, high performance, robust, easy use Remote invocation framework☆37Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆105Updated 5 months ago
- A global executor built on top of async-executor and smol☆73Updated 7 months ago
- Big array helper for serde☆60Updated 8 months ago
- It executes futures☆55Updated last year
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- Progress reporting abstraction for Rust☆63Updated 5 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆43Updated 3 weeks ago
- Rust data types and a macro for generating enumeration-based bit flags☆46Updated 6 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆106Updated 2 months ago
- websockets for hyper servers, backed by tungstenite☆50Updated last month
- A more compact help renderer for clap terminal applications☆64Updated 2 months ago
- Low To High Level Math Library for Rust☆52Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 5 months ago
- How to run Hyper on async-std☆40Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆55Updated last year
- Streaming JSON reader and writer written in Rust☆70Updated 2 weeks ago
- An async virtual filesystem interface in Rust☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 5 months ago
- Serde support for the humantime crate☆30Updated 11 months ago
- proc-macro for accessing struct field names at runtime☆37Updated 3 years ago
- File locking for Rust.☆43Updated 5 months ago