When programmers start out with coroutines, one of...
# feed
s
When programmers start out with coroutines, one of the first questions is "how do I fire and forget"? The simplistic answer is "you don't, it's not safe," but that's not very helpful. We just need to reframe the question, so it's not fire and forget, but more like fire and hand over. This week I've tried to give a basic answer to the question, to help people get started with coroutines quicker. https://medium.com/@sam-cooper/fire-and-forget-with-kotlin-coroutines-3c8f73f0c334
👍 1
👍🏾 1
This is just a starting point, there's obviously much more to the topic, like actors and so on—but I'm hoping this can help people past that initial hurdle and get them to look at the question differently