Incremental newline framing for stdout and stderr stream handling.
Summary
Functions
Returns true when there is no buffered partial line.
Flushes a trailing partial fragment as a final line.
Creates a new framing state.
Pushes a binary chunk into the framer and returns complete lines.
Types
@type t() :: %ExecutionPlane.LineFraming{buffer: binary()}
Functions
Returns true when there is no buffered partial line.
Flushes a trailing partial fragment as a final line.
Creates a new framing state.
Pushes a binary chunk into the framer and returns complete lines.