Packmatic.Event.EntryUpdated (Packmatic v2.0.0)
View SourceRepresents an Event that is raised when the Encoder has made progress reading from the Entry. Usually, the Source will read iteratively so this messge can be raised quite frequently.
Summary
Types
@type t() :: %Packmatic.Event.EntryUpdated{ entry: Packmatic.Manifest.Entry.t(), entry_bytes_read: non_neg_integer(), stream_bytes_emitted: non_neg_integer(), stream_id: Packmatic.Encoder.stream_id() }