Learn about the CoroutineContext and then continue with dispatchers as one of the important elements of the CoroutineContext
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Working With Maps in Kotlin
Filed under Kotlin Collections
In this tutorial, we’ll look at the Map collection type in Kotlin.
Getters and Setters in Kotlin
Filed under Kotlin Classes and Objects
Learn about getters and setters for properties in Kotlin.
Lazy Initialization in Kotlin
Filed under Kotlin Basics
See how you can achieve lazy initialization in Kotlin.
Get a Random Number in Kotlin
Filed under Kotlin Numbers
Learn different ways for creating a random number in Kotlin.
Kotlin withContext() vs. async-await
Filed under Asynchronous Programming
Learn about Kotlin’s async and withContext and when to use each method
Kotlin Loops
Filed under Kotlin Basics
Explore various loops supported by Kotlin.
Introduction to Channels in Kotlin
Filed under Kotlin Concurrency
A quick and practical introduction to channels in Kotlin.
Quick Guide to Kotlin Default and Named Arguments
Filed under Kotlin Functions
We can avoid providing long lists of inputs, or defining multiple overloads of a function, by using a combination of named parameters and defaults.
The Observer Pattern in Kotlin
Filed under Patterns
Learn several ways how to implement the observer pattern in Kotlin.