d

dotty-cps-async_3.0.0-M1

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