Am I wrong in assuming that there haven’t been man...
# coroutines
s
Am I wrong in assuming that there haven’t been many books on coroutines yet because some of the APIs have been experimental (e.g. @FlowPreview and @ExperimentalCoroutinesApi)? If correct, when will they be stable?
p
Many were promoted in 1.7.0-beta, however from GitHub issues I feel like there could still be changes to flatMapXxx, transformLatest. I feel like they’re so fundamental it’s hard to write code combining flows without using them
g
I don't really think it is related to experimental APIs