[][src]Crate rusty_pool

Structs

ThreadPool

Simple self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels.

Enums

ExecuteError

This enum represents error variants that might be returned by an execute() invocation.