View Source Exile.Stream (exile v0.2.0)

Defines a Exile.Stream struct returned by Exile.stream!/2.

Link to this section Summary

Types

t()

Struct members are private, do not depend on them

Link to this section Types

@type t() :: %Exile.Stream{
  process: Exile.Process.t(),
  stream_opts: map(),
  writer_task: Task.t()
}

Struct members are private, do not depend on them