Cysharp/MessagePipe

publish event with delay

aminparsa18 opened this issue · 2 comments

Is it possible to publish an event with a long time delay without using task.delay() from DelayRequestFilter ?

Why do you want to avoid Delay?
Delay is the best choice when dealing with timers in async/await.
Also, the implementation of Delay has been optimized quite a bit in .NET 5.

Thank you,i also implemented in xamarin.forms and use instead of messaging center.
Its superfast and awsome👍