A callback may or may not imply heavy work. `delay...
# coroutines
l
A callback may or may not imply heavy work.
delay(500)
does not imply heavy work while
get1GigabyteOfDataFromServer()
implies heavy work. The two are suspending functions though.