View Source Runlet.Cmd.Fifo (runlet v1.2.5)

Create a named fifo as the input to a runlet

Summary

Functions

Use a named fifo for runlet input.

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