Ver a proveniência

ft: 优化

master
SisMaker há 2 anos
ascendente
cometimento
5b0816b380
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/gTimer.erl

+ 1
- 1
src/gTimer.erl Ver ficheiro

@ -54,7 +54,7 @@ getTimer(TimerRef) ->
-spec asyncDelTimer(TimerRef :: reference()) -> false | non_neg_integer().
asyncDelTimer(TimerRef) ->
erlang:cancel_timer(TimerRef, [{async, true} | {info, false}]).
erlang:cancel_timer(TimerRef, [{async, true}, {info, false}]).
-spec syncDelTimer(TimerRef :: reference()) -> false | non_neg_integer().
syncDelTimer(TimerRef) ->

Carregando…
Cancelar
Guardar