mutex
There are 830 repositories under mutex topic.
luk4z7/go-concurrency-guide
Practical concurrency guide in Go, communication by channels, patterns
sasha-s/go-deadlock
Online deadlock detection in go (golang)
php-lock/lock
Popular PHP library for serialized execution of critical code in concurrent situations
saprykin/plibsys
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
symfony/lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource
lhmouse/mcfgthread
Cornerstone of the MOST efficient std::thread on Windows for mingw-w64
reugn/async
Synchronization and asynchronous computation package for Go
Alairion/not-enough-standards
A modern header-only C++ library that provides platform-independent utilities.
Julien-R44/verrou
🔒 Verrou is a library for managing Locks in Node.js. Support multiple drivers
arvenil/mutex
Mutex implementation for PHP
amphp/sync
Non-blocking synchronization primitives for PHP based on Amp and Revolt.
marusama/semaphore
Fast resizable golang semaphore primitive
thanhit95/multi-threading
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
swarthy/redis-semaphore
Distributed mutex and semaphore based on Redis
botahamec/happylock
Deadlock free mutexes
dmitry-ivanov/laravel-console-mutex
Mutex for Laravel Console Commands.
ORESoftware/live-mutex
High-performance networked mutex for Node.js libraries.
ShaoHans/Multithreading
C#多线程编程实战 C# Multithreaded Programming Example
BrianPugh/lox
Threading and Multiprocessing made easy.
yohhoy/yamc
C++ mutex collections, cross-platform header-only C++11 (or later) library.
viney-shih/go-lock
go-lock is a lock library implementing read-write mutex and read-write trylock without starvation
alextanhongpin/go-advance-concurrency
A collection of best practices and lessons learnt from applying concurrency in go.
macmade/AtomicKit
Concurrency made simple in Swift.
metarhia/web-locks
Web Locks API 🔒
antkorwin/xsync
Tools for the synchronization on the instance of key.
muhammedogz/GTU-University-Assignments
Assignments from Gebze Technical University Computer Science Depertmant
LK4D4/trylock
TryLock for Go
chiradeep/dyndb-mutex
A mutex lock implementation leveraging DynamoDB. Useful for AWS Lambda
go-locks/distlock
The universal component of distributed locks in golang , support redis and postgresql
SwiftyLab/AsyncObjects
Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.
connorads/lockbot
🔒 Coordinate use of your team's shared resources, in Slack 🤝
atilaneves/fearless
Safe concurrency in D (`shared` made easier)
abiosoft/semaphore
Wrapping sync.Mutex for familiar semaphore api
mgtitimoli/await-mutex
Promised based Javascript Mutex
snuffyDev/nanothreads
A tiny multi-threading & concurrency library, for Node.js and the browser