Tarearbol.Crontab.next_as_list
You're seeing just the function
next_as_list
, go back to Tarearbol.Crontab module for more information.
Specs
next_as_list(dt :: nil | DateTime.t(), input :: binary(), opts :: keyword()) :: keyword()
Returns the list of all the events after dt
(default: DateTime.utc_now/0
.)
This function calculates the outcome greedily and, while it might be slightly
faster than Tarearbol.Crontab.next_as_stream/3
, it should not be used for
frequently recurring cron records (like "* * * * *"
.)