ObjectRepositoryState

data class ObjectRepositoryState(syncables: Map<ObjectIdentifier, SyncableStub>, waiting: Set<SyncableStub>)

Properties

Link copied to clipboard
val syncables: Map<ObjectIdentifier, SyncableStub>
Link copied to clipboard
val waiting: Set<SyncableStub>