Is there an estimated timeline for coroutines to graduate from experimental?
l
louiscad
01/14/2018, 11:52 AM
The more you/we use them, the sooner they'll graduate as a stable API. However, note that they're production ready. You just have to expect some migration phase (with tools from JetBrains for helping it according to them) when the experimental status is dropped. I personally use them on 2 production apps, and nearly all the Kotlin projects I currently work on have coroutines
a
andyfleming
01/14/2018, 5:53 PM
Thanks for the reply and helpful insights @louiscad! I wasn’t sure if they were production-ready yet.
😉 1
l
louiscad
01/14/2018, 5:54 PM
They are, but follow the
experimental
package recommendation if you make a library, and be prepared for a migration in the future