Tarearbol.Crontab.next_as_stream

You're seeing just the function next_as_stream, go back to Tarearbol.Crontab module for more information.
Link to this function

next_as_stream(dt \\ nil, input, opts \\ [])

View Source

Specs

next_as_stream(dt :: nil | DateTime.t(), input :: binary(), opts :: keyword()) ::
  Enumerable.t()

Returns the stream of all the events after dt (default: DateTime.utc_now/0.)

This function calculates the outcome lazily, returning a stream.

See Tarearbol.Crontab.next_as_list/3 for greedy evaluation.