bp3d-threads

Crates.iobp3d-threads
lib.rsbp3d-threads
version2.0.0-pre.1.0.0
sourcesrc
created_at2021-11-16 21:51:30.576866
updated_at2022-12-14 09:52:48.147217
descriptionYet another threading library intended to simplify concurrency in BP3D.
homepage
repositoryhttps://gitlab.com/bp3d/threads
max_upload_size
id483008
size48,101
(Yuri6037)

documentation

README

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.
  • Atomic cells
Commit count: 22

cargo fmt