On Jan 10, 2014, at 12:48 PM, Chris Hegarty <chris.hega...@oracle.com> wrote:
> Looks fine to me.

Thanks.


> I don't think AtomicLong was ever needed here.
> 

It was crudely used as a holder of the count, since captured refs are 
(effectively) final, and not for it's concurrent properties as i wanted to 
avoid using any higher-level operations such as sum().

Paul.

Reply via email to