t

thread-synchronization

Code utility to synchronize two or more concurrent thread processes so they don't execute simultaneously critical code sections
https://github.com/hubbledouble/thread-synchronization
Apache-2.0
Jorge Saldivar
Files download
File Operation
thread-synchronization-1.0.0.jar download
thread-synchronization-1.0.0.pom download
thread-synchronization-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubbledouble</groupId>
  <artifactId>thread-synchronization</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubbledouble:thread-synchronization:1.0.0'
Gradle Kotlin
implementation("com.hubbledouble:thread-synchronization:1.0.0")
Scala SBT
libraryDependencies += "com.hubbledouble" % "thread-synchronization" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubbledouble', module='thread-synchronization', version='1.0.0')
)
Apache Ivy
<dependency org="com.hubbledouble" name="thread-synchronization" rev="1.0.0" />
Leiningen
[com.hubbledouble/thread-synchronization "1.0.0"]
Apache Buildr
'com.hubbledouble:thread-synchronization:jar:1.0.0'