waitForFirstSync

abstract suspend fun waitForFirstSync()(source)

Suspend function that resolves when the first sync has occurred


abstract suspend fun waitForFirstSync(priority: BucketPriority)(source)

Suspend function that resolves when the first sync covering at least all buckets with the given priority (or a higher one, since those would be synchronized first) has completed.