【发布时间】:2022-07-15 11:29:51
【问题描述】:
最近我看到了这个 - Most data sources already provide main-safe APIs like the suspend method calls provided by Room or Retrofit. Your repository can take advantage of these APIs when they are available.
这是什么意思?调度员在后台Dispatcher.IO 用于改造和房间吗?或者我是否需要在提出请求时明确提及?谢谢。
withContext(Dispatchers.IO) {
// Some retrofit call or room query
}
【问题讨论】:
标签: android kotlin retrofit android-room kotlin-coroutines