VaultDevServer v0.1.0 VaultDevServer.Output View Source

Collects subprocess output and sends each line to a pid.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %VaultDevServer.Output{buf: String.t(), dest_pid: pid()}

Link to this section Functions

Link to this function

collect_lines(state, buf) View Source
collect_lines(t(), String.t()) :: t()

Link to this function

new(dest_pid) View Source
new(pid()) :: t()