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?
1 reply
In fact, there is a promise on backwards compatibility. “Coroutine are experimental” means that we can add stuff (so that code compiled with 1.1.4 may not work under an older runtime, for example), but we promise not to remove stuff (so code compiled under 1.1.4 will continue to work in future updates).