sync-stack 0.1.0

A synchronisation primitive which allows threads to park and unpark
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented1 out of 8 items with examples
  • Size
  • Source code size: 43.88 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 811.29 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Dynisious/sync-stack
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Dynisious

sync-stack

Provides a synchronisation primitive simmilar to a Semaphore in SyncStack.

The SyncStack is a useful when implementing other synchronisation primitives in place of a wait loop; allowing threads to wait for some resource to become available by calling SyncStack::park and be notified when another thread calls SyncStack::pop later.

Author --- daniel.bechaz@gmail.com
Last Moddified --- 2019-06-14