1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/container/ring
Kyle Consalus 3629d72328 container/ring: Replace Iter() with Do().
Faster in most cases, and not prone to memory leaks. Named "Do" to match with similarly named method on Vector.

R=gri
CC=golang-dev
https://golang.org/cl/4134046
2011-02-08 20:07:05 -08:00
..
Makefile
ring_test.go container/ring: Replace Iter() with Do(). 2011-02-08 20:07:05 -08:00
ring.go container/ring: Replace Iter() with Do(). 2011-02-08 20:07:05 -08:00