Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 13, 2023
1 parent 429d85c commit b7c6ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace JustArchiNET.Madness.CancellationTokenSourceMadness;

[MadnessType(EMadnessType.Replacement)]
[PublicAPI]
public sealed class CancellationTokenSource : System.Threading.CancellationTokenSource {
public class CancellationTokenSource : System.Threading.CancellationTokenSource {
[MadnessType(EMadnessType.Implementation)]
public Task CancelAsync() {
Cancel();
Expand Down

0 comments on commit b7c6ff4

Please sign in to comment.