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 ac01952 commit c77a0e4Copy full SHA for c77a0e4
source/Halibut/Util/CancelOnDisposeCancellationToken.cs
@@ -90,7 +90,7 @@ public void CancelAfter(TimeSpan timeSpan)
90
/// <summary>
91
/// Tasks supplied here will be awaited on in the dispose method after
92
/// the Token is cancelled and before the token is disposed.
93
- /// Thread safe: uses Interlocked.CompareExchange for initialization and ConcurrentBag for storage.
+ /// Must be called before dispose is called.
94
/// </summary>
95
/// <param name="tasksUsingToken"></param>
96
public void AwaitTasksBeforeCTSDispose(params Task[] tasksUsingToken)
0 commit comments