d

dotty-cps-async_3

async/await macros based on optimised monadic cps transform
https://github.com/rssh/dotty-cps-async
Apache 2
rssh
Ruslan Shevchenko
Files download
File Operation
dotty-cps-async_3-0.9.2.jar download
dotty-cps-async_3-0.9.2.pom download
dotty-cps-async_3-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rssh</groupId>
  <artifactId>dotty-cps-async_3</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.rssh:dotty-cps-async_3:0.9.2'
Gradle Kotlin
implementation("com.github.rssh:dotty-cps-async_3:0.9.2")
Scala SBT
libraryDependencies += "com.github.rssh" % "dotty-cps-async_3" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rssh', module='dotty-cps-async_3', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.rssh" name="dotty-cps-async_3" rev="0.9.2" />
Leiningen
[com.github.rssh/dotty-cps-async_3 "0.9.2"]
Apache Buildr
'com.github.rssh:dotty-cps-async_3:jar:0.9.2'