If you use coroutines, why using callback? The who...
# coroutines
j
If you use coroutines, why using callback? The whole point of coroutines, is to not have to deal with callback anymore. Using suspending function would makes the code easier to test and to use.