We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12b93 commit 098b55aCopy full SHA for 098b55a
src/DiffEngineTray/AsyncTimer.cs
@@ -44,7 +44,7 @@ async Task RunLoop(Cancel cancel)
44
45
public async ValueTask DisposeAsync()
46
{
47
- tokenSource.Cancel();
+ await tokenSource.CancelAsync();
48
tokenSource.Dispose();
49
try
50
src/DiffEngineTray/Program.cs
@@ -71,7 +71,7 @@ static async Task Inner()
71
icon.ContextMenuStrip = menuStrip;
72
73
Application.Run();
74
75
await task;
76
}
77
0 commit comments