co-pipelines

November 7, 2025 ยท View on GitHub

Build Status License: MIT Kotlin Maven Central

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 4.1, and it may be obtained from the Maven Central repository.

Maven

    <dependency>
      <groupId>io.kstuff</groupId>
      <artifactId>co-pipelines</artifactId>
      <version>4.1</version>
    </dependency>

Gradle

    implementation 'io.kstuff:co-pipelines:4.1'

Gradle (kts)

    implementation("io.kstuff:co-pipelines:4.1")

Peter Wall

2025-11-07