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 0b1812c commit 0c793b5Copy full SHA for 0c793b5
src/mono/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Mono.cs
@@ -97,10 +97,12 @@ internal static void NotifyThreadUnblocked()
97
98
internal static object? GetOrCreateThreadLocalCompletionCountObject() => null;
99
100
+#pragma warning disable IDE0060
101
internal static bool NotifyWorkItemComplete(object? threadLocalCompletionCountObject, int currentTimeMs)
102
{
103
return true;
104
}
105
+#pragma warning restore IDE0060
106
107
private static RegisteredWaitHandle RegisterWaitForSingleObject(
108
WaitHandle? waitObject,
0 commit comments