Recording brought to you by American Express
Coroutines have intrigued programmers for a long time. Some languages of the past implemented coroutines, but programmers using the mainstream languages of recent decades largely did not get much exposure to this programming construct. There’s a resurgence of interest for coroutines and some serious work has been done in Kotlin to implement it. We’ll take an example oriented approach to learning about the…