class documentation

class Poller(object):

View In Hierarchy

select.poll/kqueue abstraction to handle socket failure detection on multiple platforms. NOT thread-safe.

Method __init__ Undocumented
Method add_epoll Undocumented
Method add_kqueue Undocumented
Method add_poll Undocumented
Method error_epoll_iter Undocumented
Method error_kqueue_iter Undocumented
Method error_poll_iter Undocumented
Method noop Undocumented
Method noop_iter Undocumented
Method remove_epoll Undocumented
Method remove_kqueue Undocumented
Method remove_poll Undocumented
Instance Variable add_fd Undocumented
Instance Variable error_iter Undocumented
Instance Variable kevents Undocumented
Instance Variable poller Undocumented
Instance Variable remove_fd Undocumented
def __init__(self):

Undocumented

def add_epoll(self, fd):

Undocumented

def add_kqueue(self, fd):

Undocumented

def add_poll(self, fd):

Undocumented

def error_epoll_iter(self):

Undocumented

def error_kqueue_iter(self):

Undocumented

def error_poll_iter(self):

Undocumented

def noop(self, *args):

Undocumented

def noop_iter(self):

Undocumented

def remove_epoll(self, fd):

Undocumented

def remove_kqueue(self, fd):

Undocumented

def remove_poll(self, fd):

Undocumented

add_fd =

Undocumented

error_iter =

Undocumented

kevents: list =

Undocumented

poller =

Undocumented

remove_fd =

Undocumented