gildor
07/04/2017, 5:26 PMlouiscad
07/05/2017, 10:10 AMgildor
07/05/2017, 10:12 AMasync(CommonPool) { request.await() }
louiscad
07/05/2017, 10:14 AMasync(UI)
too on Android, right?gildor
07/05/2017, 10:17 AMsuspend fun Call<T>.awaitAsync(contet: Context) = async(Context) { await() }