BackgroundDispatchQueue
public struct BackgroundDispatchQueue : AsyncBlockPerformer
An uninhabited type conforming to AsyncBlockPerformer which dispatches to DispatchQueue.global(qos: .background)
-
Creates a new instance
Declaration
Swift
public init() -
Declaration
Swift
public func asyncPerform(_ block: @escaping () -> Void)
BackgroundDispatchQueue Structure Reference