Lacca.kill

You're seeing just the function kill, go back to Lacca module for more information.

Specs

kill(pid()) :: :ok | {:error, String.t()}

Attempts to terminate the process immediately. Caller should expect that the process will not be gracefully terminated; similarly to calling SIGKILL on a POSIX operating system.