Join Slack
Powered by
Guys if I have a mapper like Mapper<I,O> tha...
# coroutines
p
Pablo
05/07/2021, 11:18 AM
Guys if I have a mapper like Mapper<I,O> that is very heavy should I do this
fun map
suspend? Or running it with a
withContext(<http://Dispatchers.IO|Dispatchers.IO>)
or
withContext(Dispatchers.Undefined)
would be enough?
➕ 1
Open in Slack
Previous
Next