Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stavarengo/sta-semaphore

OS Semaphores Control (Also works on Windows). Provides wrappers for the system semaphores that works even on Windows. Semaphores may be used to provide exclusive access to resources on the current machine, or to limit the number of processes that may simultaneously use a resource.
https://github.com/stavarengo/sta-semaphore

Last synced: 8 days ago
JSON representation

OS Semaphores Control (Also works on Windows). Provides wrappers for the system semaphores that works even on Windows. Semaphores may be used to provide exclusive access to resources on the current machine, or to limit the number of processes that may simultaneously use a resource.

Awesome Lists containing this project

README

        

# sta-semaphore

## Installation
```shell
php composer.phar require stavarengo/sta-semaphore
```