Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
SisMaker e042537c2b ft:初始化提交 il y a 3 ans
include ft:初始化提交 il y a 3 ans
src ft:初始化提交 il y a 3 ans
.gitignore ft:初始化提交 il y a 3 ans
LICENSE ft:初始化提交 il y a 3 ans
README.md ft:初始化提交 il y a 3 ans
rebar.config ft:初始化提交 il y a 3 ans

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