Membrane.Pipeline.handle_shutdown

You're seeing just the callback handle_shutdown, go back to Membrane.Pipeline module for more information.
Link to this callback

handle_shutdown(reason, state)

View Source (optional)

Specs

handle_shutdown(reason, state :: state_t()) :: :ok
when reason: :normal | :shutdown | {:shutdown, any()} | term()

Callback invoked when pipeline is shutting down. Internally called in GenServer.terminate/2 callback.

Useful for any cleanup required.