func onExit(_ handle: @escaping ExitHandler)
s7Citadel17ExecOutputHandlerC6onExityyyAA0bF7ContextVYbcFWhat are these?
s7Citadel17ExecOutputHandlerC6onExityyyAA0bF7ContextVYbcF
FNV24: [9L9AC]
typealias ExitHandler
let stderrPipe: Pipe
let stdinPipe: Pipe
let stdoutPipe: Pipe
let username: String?
func fail(Error)
func succeed(exitCode: Int)
import Citadel
final class ExecOutputHandler
typealias ExitHandler = (ExecExitContext) -> ()
func fail(_ error: Error)