Skip to content

Commit

Permalink
fixup!0b1812c035d09eb76f5469c7651351adf63ee737
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze committed Jul 17, 2024
1 parent 8aea577 commit aea31bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ internal static void NotifyThreadUnblocked()

internal static object? GetOrCreateThreadLocalCompletionCountObject() => null;

#pragma warning disable IDE0060
internal static bool NotifyWorkItemComplete(object? threadLocalCompletionCountObject, int currentTimeMs)
{
return true;
}
#pragma warning restore IDE0060

private static RegisteredWaitHandle RegisterWaitForSingleObject(
WaitHandle? waitObject,
Expand Down

0 comments on commit aea31bc

Please sign in to comment.