jar

io.github.cvb941 : kotlin-parallel-operations-jvm

Maven & Gradle

Apr 27, 2024
40 stars

Parallel Operations · Parallel map, reduce and more using coroutines in Kotlin.

Table Of Contents

Latest Version

Download io.github.cvb941 : kotlin-parallel-operations-jvm JAR file - Latest Versions:

All Versions

Download io.github.cvb941 : kotlin-parallel-operations-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-parallel-operations-jvm-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.kusik.coroutines.transformations.mapinplace

├─ net.kusik.coroutines.transformations.mapinplace.MapInPlaceIndexedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapinplace.MapInPlaceKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapinplace.ParallelMapInPlaceChunkedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapinplace.ParallelMapInPlaceIndexedChunkedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapinplace.ParallelMapInPlaceIndexedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapinplace.ParallelMapInPlaceKt.class - [JAR]

net.kusik.coroutines.transformations.map

├─ net.kusik.coroutines.transformations.map.ParallelMapChunkedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.map.ParallelMapKt.class - [JAR]

net.kusik.coroutines.transformations.mapindexed

├─ net.kusik.coroutines.transformations.mapindexed.ParallelMapIndexedChunkedKt.class - [JAR]

├─ net.kusik.coroutines.transformations.mapindexed.ParallelMapIndexedKt.class - [JAR]

net.kusik.coroutines.transformations.reduce

├─ net.kusik.coroutines.transformations.reduce.ParallelReduceKt.class - [JAR]

net.kusik.util

├─ net.kusik.util.PlatformInfo.class - [JAR]