coroutineScope

abstract val coroutineScope: CoroutineScope

CoroutineScope for coroutines executed on the SwrCache.

Note: The SwrCache internals are not thread-safe. Always use a scoped implementation such as SwrCacheScope or kotlinx.coroutines.MainScope with limited concurrency.