CandleClock.cancel_by_name
You're seeing just the function
cancel_by_name
, go back to CandleClock module for more information.
Specs
cancel_by_name(String.t()) :: {:ok, non_neg_integer()}
Cancels the timer with the given name.
Returns {:ok, 1}
if a timer with that name was found.