No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
SisMaker cb110bde68 ft: 翻译修改 hace 3 años
include ft:初始化提交 hace 3 años
src ft: 翻译修改 hace 3 años
.gitignore ft:初始化提交 hace 3 años
LICENSE ft:初始化提交 hace 3 años
README.md ft:初始化提交 hace 3 años
rebar.config ft:初始化提交 hace 3 años

README.md

eFaw

An OTP application

Build

$ rebar3 compile

Useage

1 write you worker mod like: fwWtp.erl 
2 open your factory        : eFaw:openF(myFactory, [{wMod, fwWtp}, ...]), more option see eFaw.hrl
3 send your async task to your factory: eFaw:inWork(myFactory, [{report_log, xxxx}, {write_log, yyyyyy}]).
4 apply your sync task to your factory: eFaw:syncWork(myFactory, retTag, 5000, {report_log, xxxx}).
5 then worker auto do the task