DispatchQueue

All threads extends executer protocol

  • Execute async task on this thread

    Declaration

    Swift

    public func execute(_ work: @escaping () -> Void)