多进程工作者的全局定时器 替代单进程工作模式的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.

10 lines
326 B

  1. {erl_opts, [no_debug_info, {i, "include"}]}.
  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. ]}.