peterbourgon / diskv

A disk-backed key-value store.
http://godoc.org/github.com/peterbourgon/diskv
MIT License
1.41k stars 102 forks source link

diskv: add a cancel channel on Keys & KeysPrefix #14

Closed philips closed 9 years ago

philips commented 9 years ago

A user might want to cancel the iteration through keys early. Enable the user to do this.

peterbourgon commented 9 years ago

Implemented in #15. Thanks!