Skip to content

Module with customized synchronization classes

Notifications You must be signed in to change notification settings

Programator2/ppds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Developed for Parallel Programming and Distributed Systems course at Faculty of Electrical Engineering and Information Technology STU in Bratislava.

Installation guide

The package is compatible with Python 3. It was tested under Python 3.8.

Using pip

pip install --upgrade fei.ppds

Windows

py -3 setup.py install

Linux

python3 setup.py install

About

Module with customized synchronization classes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages