a

async

Building blocks for high-performance multi-threaded asynchronous applications. Inspired by Twisted's async library (twisted.internet.defer).
https://github.com/stumbleupon/async
BSD
The SUAsync Authors
Benoit "tsuna" Sigoure
Files download
File Operation
async-1.3.1.jar download
async-1.3.1.pom download
async-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stumbleupon</groupId>
  <artifactId>async</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.stumbleupon:async:1.3.1'
Gradle Kotlin
implementation("com.stumbleupon:async:1.3.1")
Scala SBT
libraryDependencies += "com.stumbleupon" % "async" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.stumbleupon', module='async', version='1.3.1')
)
Apache Ivy
<dependency org="com.stumbleupon" name="async" rev="1.3.1" />
Leiningen
[com.stumbleupon/async "1.3.1"]
Apache Buildr
'com.stumbleupon:async:jar:1.3.1'