-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up
IAsyncEnumerable
Source to use local functions (#6045)
* cleaned up `IAsyncEnumerable` Source to use local functions Better to use `await` around `ValueTask` rather than converting to `Task` and doing `ContinueWith` * formatted + fixed unit tests * adding happy path spec * Change logic to accept IAsyncEnumerable instead of IAsyncEnumerator, add second fast path * Clean up unit test * Move IAsyncEnumerator initialization to PreStart * Add IAsyncEnumerator DisposeAsync Co-authored-by: Gregorius Soedharmo <[email protected]>
- Loading branch information
1 parent
af513b0
commit 0c92aac
Showing
2 changed files
with
195 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.