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