Skip to content

SR-8572: Rework OperationQueue.isSuspended to stop suspending underly… #1672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

maksimorlovich
Copy link
Contributor

…ing DispatchQueue

  • 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

…ing DispatchQueue

- 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
@maksimorlovich
Copy link
Contributor Author

This needs to be tested against master please. @parkera @spevans Thanks!

@parkera
Copy link
Contributor

parkera commented Aug 27, 2018

@swift-ci test and merge

@swift-ci swift-ci merged commit 09b3465 into swiftlang:master Aug 27, 2018
maksimorlovich pushed a commit to maksimorlovich/swift-corelibs-foundation that referenced this pull request Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants