PooledValueTaskSource icon indicating copy to clipboard operation
PooledValueTaskSource copied to clipboard

Example implementation of IValueTaskSource

Results 4 PooledValueTaskSource issues
Sort by recently updated
recently updated
newest added

Auto dependencies upgrade by bot. This is automatically generated by bot. The bot tries to fetch all possible updates and modify the project files automatically. This pull request may break...

First of all, thank you so much for the detailed [blog post](http://tooslowexception.com/implementing-custom-ivaluetasksource-async-without-allocations/) explaining the basics of `IValueTaskSource`! I can confidently tell you there is no other place where this interface...

I [extended](https://github.com/gfoidl-Tests/PooledValueTaskSource/blob/6a2bf52e90ee57b5018544917bd0704a54e42696/src/PooledValueTaskSource/FileReadingPooledValueTaskSource2.cs#L9) your sample with another class that shows how to use `ManualResetValueTaskSourceCore`. Is this something we should bring over to this repo? Ideally the implemenations (`IValueTaskSource` manully, and `ManualResetValueTaskSourceCore`)...

Hello! Thanks for a good example. It seems that there is a error in exception check