Package-level declarations
Types
Functions
Link copied to clipboard
Wrapper for org.koin.dsl.module that immediately loads the module for the current Koin instance.
Link copied to clipboard
fun <T> suspendBlockingLazy(dispatcher: CoroutineDispatcher = Dispatchers.Default, initializer: suspend () -> T): SuspendLazy<T>
Link copied to clipboard
fun <T> CoroutineScope.suspendLazy(context: CoroutineContext = EmptyCoroutineContext, initializer: suspend CoroutineScope.() -> T): SuspendLazy<T>