Files
Telegram-iOS/submodules/SoftwareVideo/Sources/SoftwareVideoLayerFrameManager.swift
isaac e9d958809a Fix
2026-04-26 02:46:44 +04:00

6 lines
168 B
Swift

import Foundation
import SwiftSignalKit
public let softwareVideoApplyQueue = Queue()
public let softwareVideoWorkers = ThreadPool(threadCount: 3, threadPriority: 0.2)