workctl 0.2.0

Provides a number of higher-level control mechanisms for concurrent work scheduling, built on standard library concurrency primatives.
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented4 out of 14 items with examples
  • Size
  • Source code size: 15.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • NoraCodes/workctl
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NoraCodes

workctl

Information on crates.io Documentation on docs.rs License: MIT

workctl provides a set of higher-level abstractions for controlling concurrent/parallel programs. These abstractions are especially focused on the "controller/worker" paradigm, in which one or a few "controller" threads determine what work needs to be done and use WorkQueues and SyncFlags to communicate that to many "worker" threads.