Home
last modified time | relevance | path

Searched defs:writeScope (Results 1 – 3 of 3) sorted by relevance

/datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/
DStorageConnection.kt40 suspend fun writeScope(block: suspend WriteScope<T>.() -> Unit) in readScope() method
/datastore/datastore-core/src/jvmAndroidMain/kotlin/androidx/datastore/core/
DFileStorage.kt105 override suspend fun writeScope(block: suspend WriteScope<T>.() -> Unit) { in writeScope() method in androidx.datastore.core.FileStorageConnection
/datastore/datastore-core-okio/src/commonMain/kotlin/androidx/datastore/core/okio/
DOkioStorage.kt120 override suspend fun writeScope(block: suspend WriteScope<T>.() -> Unit) { in writeScope() method in androidx.datastore.core.okio.OkioStorageConnection