The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AnyEvent::Inotify::EventReceiver::Callback - delegates everything to a coderef

ABSTRACT

INITARGS

callback

Coderef to be called when an event is received.

DESCRIPTION

This EventReceiver delegates every event to the callback coderef. The coderef gets the name of the event being delegated (access, modify, attribute_change, ...) and the args that that event handler would normally get.