CandleClock.cancel_by_id
You're seeing just the function
cancel_by_id
, go back to CandleClock module for more information.
Specs
cancel_by_id(any()) :: {:ok, non_neg_integer()}
Cancels a timer by its ID.
Returns {:ok, 1}
if the ID matched.