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
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
It would be nice if you could pass a CancellationToken into ComputeHashAsync so you can cancel the operation. This would be useful, for example, if you are computing the hash of a huge file and want to provide a way to cancel within your application.
It would be nice if you could pass a CancellationToken into ComputeHashAsync so you can cancel the operation. This would be useful, for example, if you are computing the hash of a huge file and want to provide a way to cancel within your application.