Open ahoppen opened 3 months ago
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.
AsyncQueue
DispatchQueue
DocumentManager.queue
Synced to Apple’s issue tracker as rdar://132934990
AsyncQueue
works better with the rest of the Swift concurrency system (eg. priority escalation) and we should useAsyncQueue
instead ofDispatchQueue
forDocumentManager.queue
.