An open API service indexing awesome lists of open source software.

https://github.com/opencoff/go-semaphore

counting semaphore for golang
https://github.com/opencoff/go-semaphore

counting-sem golang semaphore

Last synced: 11 months ago
JSON representation

counting semaphore for golang

Awesome Lists containing this project

README

          

# go-semaphore - Semaphore implementation for golang

## What is it?
Counting semaphore implementation for go-lang

## Notes
- There aren't enough tests for this
- I haven't used this much - so it hasn't gotten much attention