threadlocal
There are 39 repositories under threadlocal topic.
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.
ets-labs/python-dependency-injector
Dependency injection framework for Python
xwjie/PLMCodeTemplate
给部门制定的代码框架模板
timandy/routine
ThreadLocal for Golang.
bootsrc/distarch
Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等
go-eden/routine
Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
vicanso/async-local-storage
local storage that is shared between all stack frames (top down) in a call chain, including async function
cjyican/fat
基于springboot , zookeeper , redis 分布式事务强一致性方案
talsma-ict/context-propagation
Propagate snapshots of ThreadLocal values to another thread
githubofrico/ThreadsafeSingletonAndUnthreadsafeSingleton
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。
zhaojigang/concurrent-framework
a concurrent framework from netty that contains: promise-framework, fastThreadLocal-framework, etc. 一个从netty抽取出来的通用并发框架,包含:promise-framework, fastThreadLocal-framework, 等等。
TheArchitectDev/Architect.AmbientContexts
Provides the basis for implementing the Ambient Context pattern, as well as a Clock implementation based on it.
hardikSinghBehl/entity-activity-automator
POC to demonstrate automation of entity fields such as created_at, created_by, updated_by using JPA @Embedded, @Embeddable and ThreadLocal
AutomatedOwl/selenium-java-pom-example
Example of selenium test using Page-Object-Model running on Maven build, TestNG framework and Allure Report.
mgkanani/gls
Goroutine Local Storage
Weiguanghao918/db-router-spring-boot-starter
基于 AOP、Spring 动态数据源切换、MyBatis 插件开发、散列算法等技术,实现的 SpringBoot Starter 数据库路由组件,该组件在分库分表场景下,支持个性化的分库分表、只分库或只分表,甚至双字段控制分库分表。它的横向扩展性和易维护性为系统的持续发展提供了良好的支持。
wangfl19/Digital_Medical_Search_and_Communication1
通过分享、研究和病例数据分析,尤其对一些慢性病和罕见病,为各地的患者提供相似病例搜索和相关治疗、交流的服务
go-basic/gls
goroutine local storage
happyflyer/Java-ThreadLocal
ThreadLocal 教程,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/obpp0b
lytobe/bookStore
尚硅谷Javaweb教程网上书城项目完整版,订单模块完整,jdbcutilfilter与threadLocal连用部分我使用后有数据库并发错误,能力有限,改不出来,就改回了不用thread local的版本,有高手看到后解决了请给我个链接
xujif/async-hooks-map
A Thread-local storage (TLS) like Map implementation, base on node async hooks, support nodejs & typescript
brentquackenbush/coroutinecontext_threadlocal_scopedvalue
Mastering Concurrency with Java and Kotlin: ThreadLocal, ScopedValues, and CoroutineContext Compared
DeepKandey/JavaAndSeleniumConcepts
Repository for different Java and Selenium Topics/Concepts
iusaspb/dynamic-datasource
Choose a database to work with in a request in Spring Boot JPA applicaiont.
jinshengli/javaDemo
java基础知识整理
SonalDhanetwal19/Java_Examples
This repository contains following examples:
yacoding4325/blog-parent
提供前端工程,只需要实现后端接口即可 项目以单体架构入手,先快速开发,不考虑项目优化,降低开发负担 开发完成后,开始优化项目,提升编程思维能力 比如页面静态化,缓存,云存储,日志等
ghitacornel/testThreadLocal
java.lang.ThreadLocal test project
Guang1234567/SwiftThreadLocal
ThreadLocal api for Swift
mtumilowicz/java11-concurrency-thread-local
Exploring basic features of ThreadLocal.
nickhealthy/inflearn-spring-advanced1
스프링부트 강의 | ThreadLocal, 템플릿 메서드, 전략 패턴, 템플릿 콜백
praserocking/LoaderMethodCache
Java utility to cache loader-methods with thread level granularity.
selfcompiler/Experiments
Here i do simple experiments in java for learning and Fun
vitberget/bb_sec_anno
Bytebuddy security annotation test
yucl80/threadlocal_demo
threadlocal to threadpool