sync-stack

Crates.iosync-stack
lib.rssync-stack
version0.1.0
sourcesrc
created_at2019-06-14 17:41:44.563145
updated_at2019-06-14 17:41:44.563145
descriptionA synchronisation primitive which allows threads to park and unpark
homepage
repositoryhttps://github.com/Dynisious/sync-stack
max_upload_size
id141156
size44,256
Dynisious (Dynisious)

documentation

README

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

Commit count: 2

cargo fmt