Current section
Files
Jump to
Current section
Files
lib/slipstream/events/parent_process_exited.ex
defmodule Slipstream.Events.ParentProcessExited do
@moduledoc false
@type t :: %__MODULE__{}
defstruct [:reason]
end