threadlocal topic
transmittable-thread-local
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
python-dependency-injector
Dependency injection framework for Python
distarch
Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等
routine
Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
async-local-storage
local storage that is shared between all stack frames (top down) in a call chain, including async function
ThreadsafeSingletonAndUnthreadsafeSingleton
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。
context-propagation
Propagate snapshots of ThreadLocal values to another thread
concurrent-framework
a concurrent framework from netty that contains: promise-framework, fastThreadLocal-framework, etc. 一个从netty抽取出来的通用并发框架,包含:promise-framework, fastThreadLocal-framework, 等等。