多进程工作者的全局定时器 替代单进程工作模式的erlangtimer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
341 B

  1. {erl_opts, [{i, "include"}, no_debug_info, deterministic]}.
  2. {deps, [
  3. {eGbh, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}},
  4. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  5. ]}.
  6. {shell, [
  7. % {config, "config/sys.config"},
  8. {apps, [gTimer]}
  9. ]}.