Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
Jan 8, 2025 · 27 min read · 1. Introduction A coroutine is a concept that has been around since at least 1958. It was brought up by Melvin Conway, and it essentially means that we can create coroutines from one thread and execute them. Coroutines can be paused and resumed like ...
Join discussion
