PosixSpawn
public struct PosixSpawn : ProcessSpawner
                A process spawned with posix_spawn
- 
                  
                  
Declaration
Swift
public func spawn( command: String, arguments: [String], env: [String: String], fdMap: FDMap, pathResolve: Bool ) -> SpawnResult - 
                  
                  
Declaration
Swift
public func reapAsync( pid: pid_t, queue: DispatchQueue, callback: @escaping (Int32) -> Void ) 
View on GitHub
        PosixSpawn Structure Reference