Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 455 Bytes

README.MD

File metadata and controls

12 lines (10 loc) · 455 Bytes

logo

Rust threading library

Features:

  • Scoped thread pool.
  • Unscoped thread pool.
  • Thread pool with dynamic scheduler.
  • Tasks can return output.
  • Tasks can share immutable context (scoped thread pool).
  • Tasks are given their dispatch index when called.
  • Dispatch index is always guaranteed to match the order of calls to the dispatch function.