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
Add test for main dispatch queue processing in CFRunLoop
This ensures CFRunLoop correctly serves main dispatch queue.
Due to event specifics on Windows there was possibility to break
RunLoop making it think that main queue always has pending
work. The issue is adressed in swiftlang/swift-corelibs-libdispatch#542.
0 commit comments