diff --git a/Frameworks/RSCore/RSCore/CoalescingQueue.swift b/Frameworks/RSCore/RSCore/CoalescingQueue.swift index ce22ad5bf..c05bae751 100644 --- a/Frameworks/RSCore/RSCore/CoalescingQueue.swift +++ b/Frameworks/RSCore/RSCore/CoalescingQueue.swift @@ -38,6 +38,7 @@ struct QueueCall: Equatable { @objc public final class CoalescingQueue: NSObject { + public static let standard = CoalescingQueue(name: "Standard") public let name: String private let interval: TimeInterval private var timer: Timer? = nil