Function alacritty::daemon::spawn_daemon
source ยท pub fn spawn_daemon<I, S>(
program: &str,
args: I,
master_fd: RawFd,
shell_pid: u32,
) -> Result<()>
Expand description
Start a new process in the background.