runlet v1.0.0 Runlet.Ctrl.Signal

Send a signal to a process

Link to this section Summary

Functions

Sends SIGHUP to a process.

Sends a signal to a process.

Link to this section Functions

Link to this function

exec(env, pid)

exec(Runlet.t(), binary() | integer() | float()) :: Enumerable.t()

Sends SIGHUP to a process.

Link to this function

exec(env, pid, signal)

exec(Runlet.t(), binary() | integer() | float(), binary()) :: Enumerable.t()

Sends a signal to a process.