multithread.context

multithread.context

a simple lib for transmitting context between thread even using thread pool
https://github.com/alibaba/multi-thread-context
Apache 2
Alibaba
Jerry Lee
Files download
File Operation
multithread.context-0.9.2.jar download
multithread.context-0.9.2.pom download
multithread.context-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>multithread.context</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:multithread.context:0.9.2'
Gradle Kotlin
implementation("com.alibaba:multithread.context:0.9.2")
Scala SBT
libraryDependencies += "com.alibaba" % "multithread.context" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='multithread.context', version='0.9.2')
)
Apache Ivy
<dependency org="com.alibaba" name="multithread.context" rev="0.9.2" />
Leiningen
[com.alibaba/multithread.context "0.9.2"]
Apache Buildr
'com.alibaba:multithread.context:jar:0.9.2'