2022-12-26 07:05:21 +0000

# https://elixirforum.com/t/send-stringio-to-stream/31404/2
{:ok, pid} = StringIO.open("my stream content\nwith multiple lines")
IO.binstream(pid, :line)
|> YourModule.i_need_a_stream()