procsem 0.2.0

Semaphore used to lock thread/task-spanning sequence of operations
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented0 out of 17 items with examples
  • Size
  • Source code size: 16.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • qrnch-jan

procsem

The ProcSem is a semaphore used to lock a sequence of operations that may span multiple threads/tasks.