VendorDictionarySynchronizer<V> extension

An extension to convert VendorDictionary, which operate asynchronously to Future wrapped SyncedVendorDictionary.

on

Methods

toSynced({Comparator<DictionaryEntry<V>>? sortEntries}) Future<SyncedVendorDictionary<V>>

Available on VendorDictionary<V>, provided by the VendorDictionarySynchronizer extension

Obtain UnmodifiableMapBase, synced VendorDictionary with exact same key-value pair stored in this dictionary.