@hemantc
Senior Software Engineer at Titan
Nothing here yet.
Nothing here yet.
Dec 23, 2025 · 8 min read · What do we mean by stackless coroutine? Stackless coroutines are a form of coroutine where the function can suspend its execution and be resumed later, but it does not maintain its own dedicated call stack. Instead, the necessary state to resume exec...
Join discussionDec 19, 2025 · 6 min read · In the world of Kotlin Coroutines, the CoroutineContext is the silent engine that holds everything together. Whether it's the Dispatcher, a Job, or a CoroutineName, they all live within this context. But how does it manage to store different types of...
Join discussion