Worker pool implementation. Target is Make it be a high performance golang module, used in any way
Inspiration by below link, want to implement a common library to support mass throughput system arch.
http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/
Producer -> Generate Data
Consumer -> Processing Data
Worker -> Do the real job