Searched refs:loadContext (Results 1 – 1 of 1) sorted by relevance
36 private val loadContext: CoroutineContext = EmptyCoroutineContext, constant63 return withContext(loadContext) { getLoadResult(params) } in load()