Also adds EventStream.into_inotify() to convert back
to an Inotify.
event_stream() was problematic because it could allow
a caller to inadvertently create multiple streams
reading and contending over the same source, resulting
in unpredictable event emission.
Also adds EventStream.into_inotify() to convert back to an Inotify.
event_stream() was problematic because it could allow a caller to inadvertently create multiple streams reading and contending over the same source, resulting in unpredictable event emission.
Fixes #176