Perhaps I don’t know where to look, but I haven’t ...
# coroutines
b
Perhaps I don’t know where to look, but I haven’t found any good info/indications about coroutines, and their use in production code, particularly in long-running services. I am aware that the 1.1 status of API is roughly “we don’t promise not to change”, but I am curious about the reliability and usage of it right now. Anybody have a clue, in the form of numbers, anecdotes, examples?
l
@elizarov This is awesome! Would it be a good idea then to update the diagnostic docs page (https://kotlinlang.org/docs/diagnostics/experimental-coroutines.html) with this information? I think it could be helpful/reassuring to those seeking to use Kotlin coroutines in production.
e
Great idea. Will do.
👍 1