We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aea577 commit aea31bcCopy full SHA for aea31bc
1 file changed
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