semaphore
There are 798 repositories under semaphore topic.
FabrizioBrancati/Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
semaphore-protocol/semaphore
A zero-knowledge protocol for anonymous interactions.
php-lock/lock
Popular PHP library for serialized execution of critical code in concurrent situations
discord/semaphore
Fast semaphore using ETS.
vercel/async-sema
Semaphore using `async` and `await`
samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
groue/Semaphore
A Synchronization Primitive for Swift Concurrency
symfony/lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
fatih/semgroup
Like errgroup/waitgroup, but only runs a maximum of tasks at any time.
semantic-release/env-ci
Get environment variables exposed by CI services
MarkCiliaVincenti/AsyncKeyedLock
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
garthvh/ansible-raspi-playbooks
Playbooks for setup and updating of raspberry pi projects.
heathbm/BatchPool
The one-stop generic task batching and management library
marusama/semaphore
Fast resizable golang semaphore primitive
amphp/sync
Non-blocking synchronization primitives for PHP based on Amp and Revolt.
swarthy/redis-semaphore
Distributed mutex and semaphore based on Redis
thanhit95/multi-threading
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
dmitry-ivanov/laravel-console-mutex
Mutex for Laravel Console Commands.
jarikomppa/ipc
Public domain single header inter process communication primitives
yohhoy/yamc
C++ mutex collections, cross-platform header-only C++11 (or later) library.
BrianPugh/lox
Threading and Multiprocessing made easy.
qxsch/WorkerPool
Parallel Processing WorkerPool for PHP
kamilsk/semaphore
🚦 Semaphore pattern implementation with timeout of lock/unlock operations.
jsoendermann/semaphore-async-await
:crossed_flags: Promise based Semaphore suitable to be used with async/await.
macmade/AtomicKit
Concurrency made simple in Swift.
sherifabdlnaby/gpool
gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
semaphore-protocol/boilerplate
Simple monorepo you can use as a template to start developing your dApp with Semaphore.
metarhia/web-locks
Web Locks API 🔒
SwiftyLab/AsyncObjects
Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.
siffiejoe/lua-luaipc
Portable inter-process communication for Lua
abiosoft/semaphore
Wrapping sync.Mutex for familiar semaphore api
Darkseal/LockProvider
A lightweight C# class that can be used to selectively lock objects, resources or statement blocks according to given unique IDs.
interep-project/reputation-service
🚀 Interep back-end and front-end.
symfony/semaphore
Symfony Semaphore Component
andy2046/gopie
go patterns