Expand description
Functionality related to multi-threading.
Structsยง
- Poison
Pill - 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.
- Thread
Pool - Long-lived thread pool containing n threads for job processing.