You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently has optional support for Linux::Inotify2, but if that isn't available it falls back to just checking mtime on each page load. I would like to have an event-driven filesystem watcher that works on all major platforms, but can fall back to a timer poll if needed.
It should be built on the Mojo IOLoop event system. This behavior should be wrapped in a separate module (and probably already exists on CPAN)
The text was updated successfully, but these errors were encountered:
The project currently has optional support for Linux::Inotify2, but if that isn't available it falls back to just checking mtime on each page load. I would like to have an event-driven filesystem watcher that works on all major platforms, but can fall back to a timer poll if needed.
It should be built on the Mojo IOLoop event system. This behavior should be wrapped in a separate module (and probably already exists on CPAN)
The text was updated successfully, but these errors were encountered: