lev.exec

lev

exec(path, args, opts) -> proc, err

Execute an external command asynchronously

Spawns an external command as a child process with non-blocking pipe I/O and pidfd-based exit notification. Returns a process handle with async send, recv, recv_stderr, read_all, wait, and kill methods.

Options: