Hi, I’m looking for resources to learn how to repl...
# coroutines
f
Hi, I’m looking for resources to learn how to replace callback with coroutines, for exemple I would like to replace that:
Copy code
`client.start {
if(it.succeeded(){
do something
})
}
Any links?