Remy Benza
12/17/2021, 5:24 PMasync { }
builder? Or does the performance large depends on the I/O speed of the UFS storage?val job1 = async { fetchContactsA-F() }
val job2 = async { fetchContactsF-W() }
job1.await() + job2.await()
etc
Adam Powell
12/17/2021, 5:29 PMRemy Benza
12/17/2021, 5:35 PM