guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

allow stopping a notifier from within an event callback #93

Closed doudou closed 4 years ago

doudou commented 5 years ago

This was allowed pre-0.10.0 but got broken by the synchronization of #stop with #run quitting.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.008%) to 99.099% when pulling 317b30f0485d808bfec8c71e92c5fa0b0445c517 on ThirteenLtda:stop_within_event_callback into 3fae270905c7bd259e69fe420dbdcd59bb47fa3d on guard:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-18.1%) to 80.976% when pulling 317b30f0485d808bfec8c71e92c5fa0b0445c517 on ThirteenLtda:stop_within_event_callback into 3fae270905c7bd259e69fe420dbdcd59bb47fa3d on guard:master.

doudou commented 5 years ago

Ping ?