Skip to content

Commit 0c793b5

Browse files
committed
fixup!0b1812c035d09eb76f5469c7651351adf63ee737
1 parent 0b1812c commit 0c793b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mono/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Mono.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ internal static void NotifyThreadUnblocked()
9797

9898
internal static object? GetOrCreateThreadLocalCompletionCountObject() => null;
9999

100+
#pragma warning disable IDE0060
100101
internal static bool NotifyWorkItemComplete(object? threadLocalCompletionCountObject, int currentTimeMs)
101102
{
102103
return true;
103104
}
105+
#pragma warning restore IDE0060
104106

105107
private static RegisteredWaitHandle RegisterWaitForSingleObject(
106108
WaitHandle? waitObject,

0 commit comments

Comments
 (0)