AsyncCollections
AsyncCollections copied to clipboard
Investigate migrating to ValueTask
I noticed that you seem to have added ValueTask support a long time ago. And also successfully released version 2.0. So how do I use ValueTask's Api? I don't seem to find them?
Unfortunately, there's no version of the library that features ValueTask APIs.
I did some prototyping in this area a few years ago. It utilized a copy of an early version of ValueTask, and the plan was to replace it with real ValueTask in vNext. However, vNext didn't happen. The 2.0 release simply retargeted library to netstandard and is otherwise fully identical to 1.3.8.