Package com.apollographql.apollo3.internal

Types

BackgroundDispatcher
Link copied to clipboard
common
class BackgroundDispatcher
A coroutine dispatcher that can continue to run in the background.
class BackgroundDispatcher
class BackgroundDispatcher
DefaultMutex
Link copied to clipboard
common
class DefaultMutex : Mutex
A mutex implementation for code that runs in the defaultDispatcherOn native, this is a no-op because the defaultDispatcher is always the main loop
class DefaultMutex : Mutex
class DefaultMutex : Mutex
Mutex
Link copied to clipboard
common
interface Mutex
NonMainWorker
Link copied to clipboard
common
class NonMainWorker
NoOpMutex
Link copied to clipboard
common
object NoOpMutex : Mutex

Functions

defaultDispatcher
Link copied to clipboard
common
fun defaultDispatcher(requested: CoroutineDispatcher?): CoroutineDispatcher