mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-03-25 08:45:50 +00:00
Use user-initiated QoS for the dispatch queue
This commit is contained in:
parent
fa1f39bb2b
commit
5c08e65280
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ actor SampleWriter {
|
|||
|
||||
private let queue = DispatchSerialQueue(
|
||||
label: "SJSAssetExportSession.SampleWriter",
|
||||
autoreleaseFrequency: .workItem,
|
||||
target: .global()
|
||||
qos: .userInitiated
|
||||
)
|
||||
|
||||
// Execute this actor on the same queue we use to request media data so we can use
|
||||
|
|
|
|||
Loading…
Reference in a new issue