Module threads

Source
Expand description

Functionality related to multi-threading.

Structsยง

PoisonPill
PoisonPill is used to cause the process to abort if there are any panics in any thread. This may lead to a resource leak, but also allows us to better handle bugs in threads. TODO: Remove after squashing bugs.
ThreadPool
Long-lived thread pool containing n threads for job processing.