Skip to content
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

Migrate DocumentManager.queue from DispatchQueue to AsyncQueue #1597

Open
ahoppen opened this issue Jul 31, 2024 · 1 comment
Open

Migrate DocumentManager.queue from DispatchQueue to AsyncQueue #1597

ahoppen opened this issue Jul 31, 2024 · 1 comment
Labels
refactoring An internal refactoring of the codebase

Comments

@ahoppen
Copy link
Member

ahoppen commented Jul 31, 2024

AsyncQueue works better with the rest of the Swift concurrency system (eg. priority escalation) and we should use AsyncQueue instead of DispatchQueue for DocumentManager.queue.

@ahoppen ahoppen added the refactoring An internal refactoring of the codebase label Jul 31, 2024
@ahoppen
Copy link
Member Author

ahoppen commented Jul 31, 2024

Synced to Apple’s issue tracker as rdar://132934990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring An internal refactoring of the codebase
Projects
None yet
Development

No branches or pull requests

1 participant