lib/membrane/crash_group.ex
defmodule Membrane.CrashGroup do
@moduledoc """
Module containing types and functions for operating on crash groups.
Crash groups can be used through `Membrane.ParentSpec`.
"""
@type name_t() :: any()
end
defmodule Membrane.CrashGroup do
@moduledoc """
Module containing types and functions for operating on crash groups.
Crash groups can be used through `Membrane.ParentSpec`.
"""
@type name_t() :: any()
end