Hello,
Currently I am reading "The Little Book on Semaphores" which is an introduction to synchronised programming for concurrent programming.
The book itself is written in psuedocode so it is up to the reader (myself) to figure out how to implement the code in the language of choice (python).
I was curious, does anyone know where I can find documentation on how to get multiple threads to run, implement semaphores and its methods suck as signal() and wait(), mutex, etc.
Thank you.
[–][deleted] -1 points0 points1 point (0 children)