Reactor.File.Dsl.IoRead (reactor_file v0.18.3)

View Source

An io_read DSL entity for the Reactor.File extension.

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.IoRead{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  device: Reactor.Template.t(),
  guards: [Reactor.Guard.Build.t()],
  line_or_chars: :eof | :line | non_neg_integer(),
  name: any()
}