class documentation

class AsyncNotifier(asyncore.file_dispatcher):

Known subclasses: ganeti.asyncnotifier.ErrorLoggingAsyncNotifier

View In Hierarchy

An asyncore dispatcher for inotify events.

Method __init__ Initializes this class.
Method handle_read Undocumented
Instance Variable fd Undocumented
Instance Variable notifier Undocumented
def __init__(self, watch_manager, default_proc_fun=None, map=None):

Initializes this class.

This is a a special asyncore file_dispatcher that actually wraps a pyinotify Notifier, making it asyncronous.

def handle_read(self):

Undocumented

fd =

Undocumented

notifier =

Undocumented