fei.ppds

Customized synchronization classes


License
Unlicense
Install
pip install fei.ppds==1.2.1

Documentation

fei_ppds

Customized synchronization objects. In addition to standard FIFO Semaphore, it implements a LIFO version and a version with randomized inserts into the waiter queue.

Installation guide

Use python 3

Windows

py -3 setup.py install

Linux

python3 setup.py install