ConcurrentRequestStrategy

Coordinates concurrent requests for the same key.

Implementations can reduce duplicate work by running block once and making other callers wait for that result.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun apply(key: String, block: suspend () -> FetchResult): FetchResult