DispatchQueue
extension DispatchQueue: AsyncProvider
DispatchQueue conformance to AsyncProvider
so that DispatchQueue.main
can be used
-
Declaration
Swift
public func execute(_ closure: @escaping () -> Void)