View Source Runlet.Ctrl.Signal (runlet v1.2.1)
Send a signal to a process
Link to this section Summary
Link to this section Functions
@spec exec(Runlet.t(), String.t() | Runlet.PID.t()) :: Enumerable.t()
Sends SIGHUP to a process.
@spec exec(Runlet.t(), String.t() | Runlet.PID.t(), String.t()) :: Enumerable.t()
Sends a signal to a process.