-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of splitting the implementation across eight methods, including two static local methods (to try to create an optimal implementation), rely on the compiler creating an optimized async state machine. This reduces the number of async methods from two to one, reducing the number of async state machines that are allocated.
- Loading branch information
Showing
1 changed file
with
46 additions
and
98 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