Packmatic.Event.EntryCompleted (Packmatic v1.2.0) View Source

Represents an Event that is raised when the Encoder has completed reading from the Entry, i.e. when the Source has returned EOF.

Link to this section Summary

Link to this section Types

Specs

t() :: %Packmatic.Event.EntryCompleted{
  entry: Packmatic.Manifest.Entry.t(),
  stream_id: Packmatic.Encoder.stream_id()
}