MLSMigrationManagerImpl

class MLSMigrationManagerImpl(kaliumConfigs: KaliumConfigs, isMLSEnabledUseCase: IsMLSEnabledUseCase, syncStateObserver: SyncStateObserver, clientRepository: <Error class: unknown class><ClientRepository>, timestampKeyRepository: <Error class: unknown class><TimestampKeyRepository>, mlsMigrationWorker: <Error class: unknown class><MLSMigrationWorker>, userCoroutineScope: <Error class: unknown class>) : MLSMigrationManager

Constructors

Link copied to clipboard
internal constructor(kaliumConfigs: KaliumConfigs, isMLSEnabledUseCase: IsMLSEnabledUseCase, syncStateObserver: SyncStateObserver, clientRepository: <Error class: unknown class><ClientRepository>, timestampKeyRepository: <Error class: unknown class><TimestampKeyRepository>, mlsMigrationWorker: <Error class: unknown class><MLSMigrationWorker>, userCoroutineScope: <Error class: unknown class>)

Functions

Link copied to clipboard
open suspend operator override fun invoke()

A dispatcher with limited parallelism of 1. This means using this dispatcher only a single coroutine will be processed at a time.