View Source Runlet.Cmd.Fifo (runlet v1.2.2)
Create a named fifo as the input to a runlet
Link to this section Summary
Functions
Use a named fifo for runlet input.
Link to this section Functions
@spec exec(String.t()) :: Enumerable.t()
Use a named fifo for runlet input.
Creates a fifo. One or more runlets can send events to the fifo. If the fifo does not exist, events are discarded.
fifo foo
runtime > foo