Home
last modified time | relevance | path

Searched refs:loadContext (Results 1 – 1 of 1) sorted by relevance

/testutils/testutils-paging/src/commonMain/kotlin/androidx/paging/
DTestPagingSource.kt36 private val loadContext: CoroutineContext = EmptyCoroutineContext, constant
63 return withContext(loadContext) { getLoadResult(params) } in load()