Merge pull request #930 from buxizhizhoum/master
Edit the note of tick timer
This commit is contained in:
commit
80a7cbf09e
|
@ -106,7 +106,7 @@ start_tick(0, _Msg) ->
|
|||
start_tick(Interval, Msg) when Interval > 0 ->
|
||||
{ok, TRef} = timer:send_interval(Interval, Msg), TRef.
|
||||
|
||||
%% @doc Start tick timer
|
||||
%% @doc Stop tick timer
|
||||
stop_tick(undefined) ->
|
||||
ok;
|
||||
stop_tick(TRef) ->
|
||||
|
|
Loading…
Reference in New Issue