Runlet.Ctrl.Signal (runlet v1.2.7)

View Source

Send a signal to a process

Summary

Functions

Sends SIGHUP to a process.

Sends a signal to a process.

Functions

exec(env, pid)

@spec exec(Runlet.t(), String.t() | Runlet.PID.t()) :: Enumerable.t()

Sends SIGHUP to a process.

exec(env, pid, signal)

@spec exec(Runlet.t(), String.t() | Runlet.PID.t(), String.t()) :: Enumerable.t()

Sends a signal to a process.