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
SR-8572: Rework OperationQueue.isSuspended to stop suspending underlying DispatchQueue (#1665)
- Suspending the underlying DispatchQueue causes issues when an app needs to
use the same DispatchQueue for scheduling work from multiple OperationQueue's
and control which OperationQueue's are suspended or not
0 commit comments