mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
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)
|