https://kotlinlang.org logo
#coroutines
Title
# coroutines
o

orafaaraujo

12/03/2019, 10:24 AM
Is
Flow
still experimental on
1.3.2
? Tha changelog says that is not but my AS keep me asking to put
@ExperimentalCoroutinesApi
l

louiscad

12/03/2019, 10:55 AM
Flow
is stable, but some APIs are still experimental, or even preview (e.g.
launchIn
or `callbackFlow`/`channelFlow`)
o

orafaaraujo

12/03/2019, 10:56 AM
Nice, thanks, man 🙂
i

itnoles

12/03/2019, 4:22 PM
flowOn and Catch are also experimental.
b

bdawg.io

12/03/2019, 5:23 PM
Channel-backed flow methods are experimental because channels are still experimental
e

elizarov

12/04/2019, 10:10 PM
No. Channels in general are not experimental. Few channel-based things are, though.
👍 1