李鼎
李鼎
## related resource - [Work with ThreadLocal-sensitive Components #119 - Kotlin/kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines/issues/119) - [README.md of Module kotlinx-coroutines-slf4j - Kotlin/kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/integration/kotlinx-coroutines-slf4j/README.md) Feature and infos are provided by @rybalkinsd @driventokill . ❤️ -------------- PS:...
include but not limited to: - confirm to `Kotlin` language usage idioms - `Kotlin` coroutine integration, in the dedicated issue #118 - ... ```kt // use TTL in Kotlin like...
```java capture() --captured--> replay() --backup--> restore() | clear() --/ ``` `capture`/`replay`/`clear`/`restore` method in `Transmitter` is not type-safe(use generic type `Object`). https://github.com/alibaba/transmittable-thread-local/blob/2a7667a2f3e9c65e71bfa42074a579344f538ced/src/main/java/com/alibaba/ttl/TransmittableThreadLocal.java#L362-L370 ## improve the type safety of transmitter - the...
设计/使用 的 思考分享。 # User Guide - [x] #128 ❤️ - [ ] API风格调整成 ThreadLocal使用方式 的设计原因(`v0.10.0`做的调整) ❤️ - [ ] ThreadLocal的内存泄漏安全&线程安全分析 ❤️ - [ ] #40 - [x] #55 -...
在agent修饰jdk线程池中,TTL的修饰执行情况,要看的是 对于线程池不同的使用方式,有没有多次冗余的TTL的修饰。
- Keep the interface unchanged - Provides a high-performance implementation of FastThreadLocal. ---------- - 使用接口不变 - 提供FastThreadLocal的高性能实现。
developer guide: development note for Middleware Engineering - why need **Middleware Engineering** - how to do it > **Middleware Engineering** 🔥, like multi-version Java full support(support low version Java and...
- [Java - creating logging context for multiple threads - stackoverflow](http://stackoverflow.com/questions/10167446/java-creating-logging-context-for-multiple-threads) - [InheritableThreadLocal and thread pools - stackoverflow](http://stackoverflow.com/questions/7296623/inheritablethreadlocal-and-thread-pools) 依赖 项目更国际化: - #58 - #59