You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Signals3 API documentation](https://makingthematrix.github.io/signals3)
6
+
5
7
This is a lightweight event streaming library wfor Scala. It's based on [Wire Signals](https://github.com/wireapp/wire-signals).
6
8
Wire Signals was used extensively in the Wire Android client app - the biggest Scala project for Android, as far as I know - in everything from
7
9
[fetching and decoding data from another device](https://github.com/wireapp/wire-android-sync-engine/blob/develop/zmessaging/src/main/scala/com/waz/service/push/PushService.scala)
8
10
to [updating the list of messages displayed in a conversation](https://github.com/wireapp/wire-android/blob/develop/app/src/main/scala/com/waz/zclient/messages/MessagesController.scala).
9
11
10
12
This new version of Wire Signals starts as a humble copy, just rewritten in Scala 3, but I have big plans for it.
11
13
14
+
12
15
### How to use
13
16
14
17
If you use sbt, just add this to your library dependencies:
0 commit comments