Runlet.Ctrl.Signal (runlet v1.2.7)
View SourceSend a signal to a process
Summary
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.