Skip to content

Commit 17c3413

Browse files
authored
Merge pull request #183 from hoc081098/hoc081098-patch-3
Add `kotlin-channel-event-bus`
2 parents 3f569b7 + b5b631a commit 17c3413

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,20 @@
688688
![badge][badge-watchos]
689689
![badge][badge-tvos]
690690

691+
* [kotlin-channel-event-bus](https://github.com/hoc081098/kotlin-channel-event-bus) - A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by `kotlinx.coroutines.channels.Channel`s.
692+
![badge][badge-android]
693+
![badge][badge-jvm]
694+
![badge][badge-js]
695+
![badge][badge-js-ir]
696+
![badge][badge-nodejs]
697+
![badge][badge-linux]
698+
![badge][badge-windows]
699+
![badge][badge-ios]
700+
![badge][badge-mac]
701+
![badge][badge-watchos]
702+
![badge][badge-tvos]
703+
![badge][badge-apple-silicon]
704+
691705
#### Number
692706

693707
* [kotlin-multiplatform-bignum](https://github.com/ionspin/kotlin-multiplatform-bignum) - A Kotlin multiplatform library for arbitrary precision arithmetics

0 commit comments

Comments
 (0)