poolio
A simple and safe thread-pool.
- simple API
- thread-safety:
- rust's ownership and borrowing preventing data races
- pure message-passing concurrency without deadlocks
For documumentation see Released API docs. In particular, you can find a design- and usage-description there.
Contributing
If you want to contribute: CONTRIBUTING.
Security
For security-related issues see: SECURITY.