package wkrp /** WorkerPool Another implementation - which is somewhat different from utl.WorkerPool in manner usage: wp := New(1024) wp.Enq(func(){ // job code here }) ... wp.Stop() */