HashedWheelTimer
HashedWheelTimer copied to clipboard
HashedWheelTimer implemented in C# and .Net Standard inspired by io.netty.util.HashedWheelTimer
Results
2
HashedWheelTimer issues
Sort by
recently updated
recently updated
newest added
Hi, it is possible to add the CancellationToken in the Delay method? This would be very useful. public TimedAwaiter Delay(long milliseconds, CancellationToken token); Thank you very much