Skip to content

Commit 8a93c9a

Browse files
authored
Add JitCI badge
1 parent 6b0d8af commit 8a93c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Parallel coroutine operations on Kotlin collections [![](https://jitpack.io/v/cvb941/kotlin-parallel-collection-operations.svg)](https://jitpack.io/#cvb941/kotlin-parallel-collection-operations)
1+
# Parallel coroutine operations on Kotlin collections
2+
[![](https://jitpack.io/v/cvb941/kotlin-parallel-collection-operations.svg)](https://jitpack.io/#cvb941/kotlin-parallel-collection-operations)
3+
[![](https://jitci.com/gh/cvb941/kotlin-parallel-operations/svg)](https://jitci.com/gh/cvb941/kotlin-parallel-operations)
4+
25
Provides parallelized *map*, *reduce*, etc. operations using coroutines in Kotlin.
36

47
The parallel *map* implementation is called *.mapParallel()*. It is implemented like this.

0 commit comments

Comments
 (0)