CandleClock.cancel_all
You're seeing just the function
cancel_all
, go back to CandleClock module for more information.
Specs
cancel_all(module(), atom()) :: {:ok, non_neg_integer()}
Cancels all timers that call the given module and function.
Returns {:ok, amount}
if successful, where amount is the number of timers
that were cancelled.