AsyncCollections icon indicating copy to clipboard operation
AsyncCollections copied to clipboard

Investigate migrating to ValueTask

Open HellBrick opened this issue 8 years ago • 2 comments

HellBrick avatar May 20 '16 08:05 HellBrick

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?

sgf avatar Oct 02 '20 20:10 sgf

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.

HellBrick avatar Oct 03 '20 19:10 HellBrick