mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
As it turns out, `Task.FromCanceled` expects to receive an already cancelled `CancellationToken`, which `CancellationToken.None` is not.
As it turns out, `Task.FromCanceled` expects to receive an already cancelled `CancellationToken`, which `CancellationToken.None` is not.