You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Windows] Fix main dispatch queue processing in CFRunLoop
Dispatch uses SetEvent to notify Foundation about pending work in main queue.
CFRunLoop handles event, but not resets it, leaving event in "pending" state forever.
This makes all consequent calls to __CFRunLoopRun exit immediately without
waiting for real events.
0 commit comments