reentrant
There are 15 repositories under reentrant topic.
jefferyjob/go-redislock
High-performance Redis distributed lock service based on Go language. 基于Go语言实现的高性能Redis分布式锁服务。
xiaoliang314/lw_coroutine
纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, more efficient than protothread, only one bp.h file.
sunxfancy/flex-bison-examples
a list of flex/bison examples to show reentrant/C++/error-handling
imadcn/redislock
基于Redis的分布式可重入锁
sbudaev/AHA-R1
The AHA Model: Reference model R1 (HEDG2_04)
LgoLgo/geentrant
Lightweight reentrant lock implemented in Go.
salahawk/crowdfunding-erc20
Crowdfunding Campaign using ERC20 Tokens
sandrows/centralized-locking
A simple implementation for a centralized locking system to manage shared resources.
VDM-Desktop/PyQt-Demo
Demo for Reentrant Application Framework
vyvee/ndom-cardinal-number
Ndom Cardinal Numbers
codesverve/online-lock-parent
项目介绍:基于Redis采用续期机制实现的可重入在线分布式锁,希望能够解决Redis分布式锁存在的本地线程未结束,锁已过期的问题。
iplaylf2/async-monitor
Provides a mechanism that synchronizes access to objects.
javaf/simple-reentrant-lock
A lock is re-entrant if it can be acquired multiple times by the same thread. Java already provides one. This for educational purposes only.
Stratadox/ObservationQueue
Safeguard for observers to prevent problems in the invocation order