-
**Use case**
Combine several flows in a more convenient (and possibly more efficient) way.
We have flows which combine dozens of flows. Existing `combine` allows to combine at most 5 flows in a …
-
https://medium.com/@elizarov/callbacks-and-kotlin-flows-2b53aa2525cf
コールバックを受け取るAPIをKotlin Flowで扱うやり方について説明されています
-
https://medium.com/@elizarov/kotlin-flows-and-coroutines-256260fb3bdb
恒例のRomanさんによるKotlinのFlowとCoroutine channelを組み合わせる手法についての説明です
-
### Ticket Contents
## Description
Our app has evolved significantly, transitioning from reliance on the Realm library for offline data storage to adopting the Room DB solution. While most data ha…
-
The `CreateAccount` flow in Corda accounts uses the first available notary: https://github.com/corda/accounts/blob/master/workflows/src/main/kotlin/com/r3/corda/lib/accounts/workflows/flows/CreateAcco…
-
https://medium.com/@elizarov/cold-flows-hot-channels-d74769805f9
Kotlin Coroutineの開発者Romanによる[Kotlin Coroutines 1.2.0-alpha-2にFlow(cold streams)のプレビュー版が追加される](https://github.com/AndroidDagashi/Andr…
-
Are there any plans in implementing an interface to expose the methods via Kotlin coroutines and Flows? The reactive API is great but for Android or KMP users, using coroutines is a better choice in m…
-
https://medium.com/@elizarov/reactive-streams-and-kotlin-flows-bfd12772cda4
Kotlin FlowがRxやAkkaが準拠しているReactive Streamsの考え方をどう取り入れたか解説されています。またKotlin Flowが必要とあらばReactive StreamsのPublisherと相互変換することがで…
-
I would like to use a Kotlinx Coroutines [`SharedFlow`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-shared-flow/) to subscribe to entity updates.
…
aSemy updated
2 months ago
-
Unable to deployNodes after the latest commit. I'm trying to run gradlew clean deployNodes on my terminal but encountered an exception. Here's the stacktrace:
C:\Users\aikka\Desktop\corda-settler-m…