This repository was archived by the owner on Apr 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +11
-35
lines changed
Expand file tree Collapse file tree 6 files changed +11
-35
lines changed Original file line number Diff line number Diff line change 1- //
2- // Executor.swift
3- //
4- //
5- // Created by Ondrej Rafaj on 04/07/2019.
6- //
7-
81import Foundation
92import NIO
103
Original file line number Diff line number Diff line change 1- //
2- // Exit.swift
3- //
4- //
5- // Created by Ondrej Rafaj on 17/07/2019.
6- //
7-
81import Foundation
92
103
Original file line number Diff line number Diff line change 1- //
2- // Exports.swift
3- //
4- //
5- // Created by Ondrej Rafaj on 17/07/2019.
6- //
7-
81@_exported import WebErrorKit
92@_exported import protocol NIO. EventLoop
103@_exported import class NIO. EventLoopFuture
Original file line number Diff line number Diff line change 1+ import NIO
2+
3+
4+ extension ProcessFuture {
5+
6+ @discardableResult
7+ public func wait( ) throws -> Output {
8+ return try future. wait ( )
9+ }
10+
11+ }
Original file line number Diff line number Diff line change 1- //
2- // ProcessFuture.swift
3- //
4- //
5- // Created by Ondrej Rafaj on 17/07/2019.
6- //
7-
81import Foundation
92
103
Original file line number Diff line number Diff line change 1- //
2- // ShellError.swift
3- //
4- //
5- // Created by Ondrej Rafaj on 17/07/2019.
6- //
7-
81import Foundation
92import WebErrorKit
103
You can’t perform that action at this time.
0 commit comments