Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stavarengo/sta-semaphore
- Owner: stavarengo
- Created: 2018-07-07T19:31:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T19:32:38.000Z (over 6 years ago)
- Last Synced: 2024-12-09T23:41:42.240Z (about 1 month ago)
- Language: PHP
- Homepage: http://php.net/manual/pt_BR/intro.sem.php
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sta-semaphore
## Installation
```shell
php composer.phar require stavarengo/sta-semaphore
```