Daniel Weber
|
2d64064a5c
AsyncEnumerable.ToObservable: Do not call IAsyncEnumerator<T>.MoveNext with an already canceled CancellationToken. This would happen whenever an IObserver<T>.OnNext would dispose its subscription within a call to OnNext. The built in AnonymousAsyncEnumerator<T> checks whether it's already disposed, however, not every user code might handle canceled tokens that gracefully. Also, the continuation of MoveNext will not scheduled anyway.
|
%!s(int64=9) %!d(string=hai) anos |
Oren Novotny
|
4d5293a8dc
Put () => on next line to move functions left
|
%!s(int64=9) %!d(string=hai) anos |
Oren Novotny
|
ff5f83c29c
Rename Create to CreateEnumerator and CreateEnumerable
|
%!s(int64=9) %!d(string=hai) anos |
Oren Novotny
|
ffe6e1e0bf
Split out into multiple files per type
|
%!s(int64=9) %!d(string=hai) anos |