Library

Concurrency

Executors, futures, and fire-and-forget helpers for Helix background and concurrent work.

Artifact
helix-concurrency
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.concurrency
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.concurrency)
}

Configuration

No Helix-specific configuration properties are required for this library.