public AsyncEnumerable(ITransaction tx, string key, ReliableListMetaData metadata, ReliableLists <TValue> list) { _tx = tx; _key = key; _metadata = metadata; _list = list; }
public Task <ReliableLists <TValue> > CreateListsAsync <TValue>(string name) => ReliableLists <TValue> .CreateAsync(_stateManager, _metadataStore, name);