Kotlin coroutine pipelines

Kotlin coroutine implementation of the pipelines library

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.util
ArtifactId

ArtifactId

co-pipelines
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin coroutine pipelines
Kotlin coroutine implementation of the pipelines library
Source Code Management

Source Code Management

https://github.com/pwall567/co-pipelines.git

Download co-pipelines

How to add to project

<!-- https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/ -->
<dependency>
    <groupId>net.pwall.util</groupId>
    <artifactId>co-pipelines</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/
implementation 'net.pwall.util:co-pipelines:0.6'
// https://jarcasting.com/artifacts/net.pwall.util/co-pipelines/
implementation ("net.pwall.util:co-pipelines:0.6")
'net.pwall.util:co-pipelines:jar:0.6'
<dependency org="net.pwall.util" name="co-pipelines" rev="0.6">
  <artifact name="co-pipelines" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='co-pipelines', version='0.6')
)
libraryDependencies += "net.pwall.util" % "co-pipelines" % "0.6"
[net.pwall.util/co-pipelines "0.6"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.9
org.jetbrains.kotlinx : kotlinx-coroutines-io-jvm jar 0.1.16

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.6
0.5
0.4.1
0.4
0.3
0.2
0.1