mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
6 lines
168 B
Swift
6 lines
168 B
Swift
import Foundation
|
|
import SwiftSignalKit
|
|
|
|
public let softwareVideoApplyQueue = Queue()
|
|
public let softwareVideoWorkers = ThreadPool(threadCount: 3, threadPriority: 0.2)
|