Skip to content

BlockProject3D/tools.threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.