Membrane.Pipeline.handle_shutdown
You're seeing just the callback
handle_shutdown
, go back to Membrane.Pipeline module for more information.
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.