A relatively simple thread pool which you can send jobs to
RustThreadpool is a lightweight, easy-to-use library for managing concurrent tasks in your Rust applications. It provides a simple API to create and manage a pool of threads, allowing you to efficiently execute tasks in parallel.
A simple, efficient thread pool for Rust.❤️
Easily run closures on thread pools and turn their result into Futures
simple server from <https://github.com/steveklabnik/simple-server>
A simple thread pool implementation in Rust
Simple work-stealing parallelism for Rust
Simple work-stealing parallelism for Rust
A lightweight, zero-dependency thread pool and dynamic task queue.
Implements Spawn, SpawnLocal and SpawnHandle for commonly used executors.
An accessor layer for goko
Easily build fast, highly concurrent and resilient applications. An Actor Framework for Rust.