sdboyer / gogl

A graph library in Go
MIT License
77 stars 13 forks source link

Allow enumerations to terminate early via return value #15

Closed sdboyer closed 10 years ago

sdboyer commented 10 years ago

very, very important to be able to terminate enumeration iteration early. all the injected lambdas need to add this capability.

sdboyer commented 10 years ago

yup, that'll do it