Sergey Naumenko

Results 2 issues of Sergey Naumenko

Introduce IAsyncEnumerable on DelayedQuery to utilize async Session query while asynchronously prefetching data. We need IAsyncEnumerable implementation here as if it is used inside a Prefetch, which is a fairly...

- Replaced `ConcurrentBag` with `ConcurrentQueue`. It's causing memory leaks if left undisposed somewhere. - `ClearRegistrations` is not necessary anymore. - Decreased allocations on `List.Insert(0,...)` and `.ToList()` calls