Migrate DocumentManager.queue
from DispatchQueue
to AsyncQueue
#1597
Labels
refactoring
An internal refactoring of the codebase
AsyncQueue
works better with the rest of the Swift concurrency system (eg. priority escalation) and we should useAsyncQueue
instead ofDispatchQueue
forDocumentManager.queue
.The text was updated successfully, but these errors were encountered: