Fast resizable golang semaphore primitive
-
Updated
Mar 28, 2021 - Go
Fast resizable golang semaphore primitive
A fork of golang/x/sync/semaphore that is also resizable in runtime.
"This repository showcases the implementation of semaphores, a synchronization tool."
Codes from the "Little Book Of Semaphores" chapter wise written in C++
Safe usage of POSIX Semaphores (`sem_post`, `sem_wait`, etc).
Add a description, image, and links to the semaphore-pattern topic page so that developers can more easily learn about it.
To associate your repository with the semaphore-pattern topic, visit your repo's landing page and select "manage topics."