poolio 0.1.1

A simple thread-pool.
Documentation

poolio

crates.io GPL licensed CI

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.