| Crates.io | multipool |
| lib.rs | multipool |
| version | 0.2.8 |
| created_at | 2024-12-10 19:30:35.523821+00 |
| updated_at | 2025-01-16 13:54:04.106244+00 |
| description | A configurable thread pool with optional work-stealing support and task priority scheduling. |
| homepage | |
| repository | https://github.com/ndranathunga/multipool |
| max_upload_size | |
| id | 1478971 |
| size | 126,588 |
Multipool is a Rust library that provides a configurable and efficient thread pool with optional work-stealing capabilities. It allows you to easily spawn tasks and handle concurrent workloads, while also offering a builder API to customize the number of threads and choose between the global queue or the work-stealing mode.
Add multipool as a dependency in your Cargo.toml:
[dependencies]
multipool = "0.2"
If you encounter any issues or have feature requests, please open an issue in the GitHub repository issues.