|
|
|
|
|
by ohgodplsno
1513 days ago
|
|
> Coroutines are much less coloured than async await programming though since functions returns resolved types directly instead of futures Only because the compiler does its magic behind the scenes and transforms it into bytecode that takes a lambda with a continuation. Try calling a suspend function from java or starting a job and surprise, it's continuations all the way down |
|