pilebones / go-udev

Simple udev implementation in Golang
GNU General Public License v3.0
95 stars 28 forks source link

Receiver should be able to tell if crawler finished processing. #7

Closed stolowski closed 6 years ago

stolowski commented 6 years ago

Hi, I think it would be very useful for the client of crawler.ExistingDevices to know if there are more devices, or if the walk over existing devices was completed. I've proposed the PR https://github.com/pilebones/go-udev/pull/6/files that adds this capability.

pilebones commented 6 years ago

Indeed, very useful, this feature miss in the crawler. Thank to your suggestion.