Repository navigation

#

threadlocal

alibaba/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.

Java
7928
2 天前

给部门制定的代码框架模板

Java
1922
1 年前

Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等

Java
145
6 年前

Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.

Go
116
2 年前

local storage that is shared between all stack frames (top down) in a call chain, including async function

JavaScript
72
4 年前
Java
32
3 年前

Propagate snapshots of ThreadLocal values to another thread

Java
21
5 天前

Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。

Java
18
8 年前

a concurrent framework from netty that contains: promise-framework, fastThreadLocal-framework, etc. 一个从netty抽取出来的通用并发框架,包含:promise-framework, fastThreadLocal-framework, 等等。

Java
17
7 年前

基于 AOP、Spring 动态数据源切换、MyBatis 插件开发、散列算法等技术,实现的 SpringBoot Starter 数据库路由组件,该组件在分库分表场景下,支持个性化的分库分表、只分库或只分表,甚至双字段控制分库分表。它的横向扩展性和易维护性为系统的持续发展提供了良好的支持。

Java
15
2 年前

Provides the basis for implementing the Ambient Context pattern, as well as a Clock implementation based on it.

C#
11
5 个月前

POC to demonstrate automation of entity fields such as created_at, created_by, updated_by using JPA @Embedded, @Embeddable and ThreadLocal

Java
6
3 年前

Goroutine Local Storage

Go
4
4 年前

Example of selenium test using Page-Object-Model running on Maven build, TestNG framework and Allure Report.

Java
4
2 年前

通过分享、研究和病例数据分析,尤其对一些慢性病和罕见病,为各地的患者提供相似病例搜索和相关治疗、交流的服务

HTML
3
4 年前

ThreadLocal 教程,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/obpp0b

Java
1
4 年前

尚硅谷Javaweb教程网上书城项目完整版,订单模块完整,jdbcutilfilter与threadLocal连用部分我使用后有数据库并发错误,能力有限,改不出来,就改回了不用thread local的版本,有高手看到后解决了请给我个链接

Java
1
3 年前

goroutine local storage

Go
1
4 年前