Package-level declarations
Types
Link copied to clipboard
Implements common base functionality for handles which address child processes; there are two implementations of this base provided by Elide:
Link copied to clipboard
Base exception type for exceptions which can occur when launching or interacting with child processes.
Link copied to clipboard
Thrown when a synchronously launched child process fails with a non-zero exit code.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Thrown when a child process which was spawned or executed through the Node API times out.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface StandardStreamsProvider
Provider interface for standard parent streams, which are used in cases where stdio is inherited from the parent process to a child process.