jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
10.91k stars 1.16k forks source link

ValueTask #954

Closed AkhmedovEhson closed 11 months ago

AkhmedovEhson commented 11 months ago

🐱 Hello, MediatR is very powerful library. 📚 So IRequestHandler supports only Task. In projects , there are many reasons to not use Task, for example our method has 80 % probability to work synchronously, but we HAVE TO use Task, instead of Task we can use ValueTask in this situation, when MediatR will support ValueTask ?