多进程工作者的全局定时器 替代单进程工作模式的erlangtimer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
%% 相关配置模块名
|
|
-define(gTimerCfg, gTimerCfg).
|
|
|
|
%% 工作者数量
|
|
-define(workCnt, workCnt).
|