We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4aaf9a commit ba3e924Copy full SHA for ba3e924
docs/pages/kotlinx-rpc/topics/strict-mode.topic
@@ -35,7 +35,7 @@
35
interface Service {
36
val old: Flow<Int> // deprecated
37
38
- suspend fun new(): Flow<Int> // store flow locally
+ fun new(): Flow<Int> // store flow locally
39
}
40
</code-block>
41
</chapter>
0 commit comments