bp3d-threads 1.1.0

Yet another threading library intended to simplify thread pools in BP3D.
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 0 items with examples
  • Size
  • Source code size: 33.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.52 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bp3d/threads
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Yuri6037

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.