You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: