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 Tony Chen
文件下载
文件名 操作
multithread.context-0.9.3.jar 下载
multithread.context-0.9.3.pom 下载
multithread.context-0.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>multithread.context</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:multithread.context:0.9.3'
Gradle Kotlin
implementation("com.alibaba:multithread.context:0.9.3")
Scala SBT
libraryDependencies += "com.alibaba" % "multithread.context" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='multithread.context', version='0.9.3')
)
Apache Ivy
<dependency org="com.alibaba" name="multithread.context" rev="0.9.3" />
Leiningen
[com.alibaba/multithread.context "0.9.3"]
Apache Buildr
'com.alibaba:multithread.context:jar:0.9.3'