rustubs::proc::sync

Module semaphore

Source

Structs§

Traits§

  • wherever resoure management behind semaphore must provide get and insert function. They do not need to be atomic. Normaly they only needs to be wrappers for e.g. enque and deque.