5 lines
168 B
Swift
5 lines
168 B
Swift
import Foundation
|
|
import SwiftSignalKit
|
|
|
|
public let softwareVideoApplyQueue = Queue()
|
|
public let softwareVideoWorkers = ThreadPool(threadCount: 3, threadPriority: 0.2)
|