UnionAsyncIterator
has the same issue as reported for UnionIterator
and fixed in .NET 5. It seems as simple as moving the call to SetEnumeratorAsync
up just before the if
.
vs
IEnumerator<TSource> enumerator = enumerable.GetEnumerator(); SetEnumerator(enumerator); ++_state; if (enumerator.MoveNext()) { StoreFirst();
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4