Procházet zdrojové kódy

通用定时器相关修改

master
SisMaker před 4 roky
rodič
revize
376f0f7b14
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/gen_ipc.erl

+ 1
- 1
src/gen_ipc.erl Zobrazit soubor

@ -88,7 +88,7 @@
%%
-type eventType() :: externalEventType() | timeoutEventType() | {'onevent', Subtype :: term()}.
-type externalEventType() :: {'call', From :: from()} | 'cast' | 'info'.
-type timeoutEventType() :: 'eTimeout' | 'sTimeout' | GTimeoutName :: term(). %% GTimeoutName这个是通用超时标识名
-type timeoutEventType() :: GTimeoutName :: term() | 'eTimeout' | 'sTimeout'. %% GTimeoutName这个是通用超时标识名
%% gen_event管理进程需要设置该参数为true
-type isTrapExit() :: boolean().

Načítá se…
Zrušit
Uložit