Files
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
552 B
JavaScript

initSidebarItems({"struct":[["Child","Representation of a child process spawned onto an event loop."],["ChildStderr","The standard error stream for spawned children."],["ChildStdin","The standard input stream for spawned children."],["ChildStdout","The standard output stream for spawned children."],["Command","This structure mimics the API of `std::process::Command` found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output."]]});