RealOGs Blog
  • Home
  • Website
Subscribe
Tagged

coroutines

A collection of 1 post

Introduction to Kotlin Coroutines
kotlin

Introduction to Kotlin Coroutines

Before starting out with coroutines, you should about threads. So what is a thread anyway? A thread is a lightweight sub-process that provides us a way to perform background operations without interrupting the UI (User Interface) thread. Why do we need threading? Assume everything happens in a single thread with

  • Debayan Ghosh Dastider
Debayan Ghosh Dastider Feb 23, 2023 • 3 min read
RealOGs Blog © 2025