bp3d-threads 1.1.0

Yet another threading library intended to simplify thread pools in BP3D.
Documentation

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.