co-pipelines
Kotlin coroutine implementation of the pipelines library.
The classes in this library mirror those in the earlier library, but use Kotlin coroutine functionality. That is, the accept and emit functions are all suspend functions.
Dependency Specification
The latest version of the library is 0.6, and it may be obtained from the Maven Central repository.
Maven
<dependency>
<groupId>net.pwall.util</groupId>
<artifactId>co-pipelines</artifactId>
<version>0.6</version>
</dependency>
Gradle
implementation 'net.pwall.util:co-pipelines:0.6'
Gradle (kts)
implementation("net.pwall.util:co-pipelines:0.6")
Peter Wall
2020-09-17