bitkid
09/05/2019, 10:01 PMDominaezzz
09/05/2019, 10:39 PMcy
09/06/2019, 9:52 AMget("/") {
launch {
// this will be cancelled if failed
}
}
bitkid
09/06/2019, 11:01 AMsuspend getData() {withContext(pool.asDispacther()) { do something}}
do i have to add the scope to withContext?cy
09/06/2019, 11:21 AM