func fail(_ error: Error)
s7Citadel17ExecOutputHandlerC4failyys5Error_pFWhat are these?
s7Citadel17ExecOutputHandlerC4failyys5Error_pF
FNV24: [5YTJE]
typealias ExitHandler
let stderrPipe: Pipe
let stdinPipe: Pipe
let stdoutPipe: Pipe
let username: String?
func onExit(@escaping ExitHandler)
func succeed(exitCode: Int)
import Citadel
final class ExecOutputHandler
protocol Error : Sendable
A type representing an error value that can be thrown.
func onExit(_ handle: @escaping ExitHandler)
typealias ExitHandler = (ExecExitContext) -> ()