CandleClock.call_interval
You're seeing just the function
call_interval
, go back to CandleClock module for more information.
Specs
Creates a timer that is executed every interval
ms.
Additionally, the duration until the first trigger can be passed with the
duration
argument.
Returns the timer in an ok-tuple if successful.