Current section

Files

Jump to
membrane_core lib membrane crash_group.ex
Raw

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