Crates.io | taskpile |
lib.rs | taskpile |
version | 0.2.0 |
source | src |
created_at | 2023-09-09 16:55:32.393056 |
updated_at | 2023-09-10 18:18:40.236907 |
description | A simple threadpool implementation |
homepage | |
repository | https://gitlab.com/wake-sleeper/taskpile |
max_upload_size | |
id | 968255 |
size | 11,317 |
⚠️ Warning ☣️
Homemade, hand-rolled code ahead. Experimental. May not function as advertised.
A threadpool implementation. Heavily inspired by the implementation in the rust book and the threadpool crate.