Is `Flow` still experimental on `1.3.2`? Tha chang...
# coroutines
o
Is
Flow
still experimental on
1.3.2
? Tha changelog says that is not but my AS keep me asking to put
@ExperimentalCoroutinesApi
l
Flow
is stable, but some APIs are still experimental, or even preview (e.g.
launchIn
or `callbackFlow`/`channelFlow`)
o
Nice, thanks, man 🙂
i
flowOn and Catch are also experimental.
b
Channel-backed flow methods are experimental because channels are still experimental
e
No. Channels in general are not experimental. Few channel-based things are, though.
👍 1