Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use shared IValueTaskSource implementation in AwaitableSocketAsyncEve…
…ntArgs (#82147) The upside here is we don't need a dedicated implementation with complicated logic inside of Socket. The downside is this effectively increases the allocation for a Socket by a few fields, as the shared implementation has a few extra fields that go unused.
- Loading branch information