Public Member Functions | Private Attributes | Static Private Attributes
tornado.ioloop._EPoll Class Reference

List of all members.

Public Member Functions

def __init__
def close
def fileno
def modify
def poll
def register
def unregister

Private Attributes

 _epoll_fd

Static Private Attributes

int _EPOLL_CTL_ADD = 1
int _EPOLL_CTL_DEL = 2
int _EPOLL_CTL_MOD = 3

Detailed Description

An epoll-based event loop using our C module for Python 2.5 systems

Definition at line 515 of file ioloop.py.


Constructor & Destructor Documentation

Definition at line 521 of file ioloop.py.


Member Function Documentation

Definition at line 527 of file ioloop.py.

Definition at line 524 of file ioloop.py.

def tornado.ioloop._EPoll.modify (   self,
  fd,
  events 
)

Definition at line 533 of file ioloop.py.

def tornado.ioloop._EPoll.poll (   self,
  timeout 
)

Definition at line 539 of file ioloop.py.

def tornado.ioloop._EPoll.register (   self,
  fd,
  events 
)

Definition at line 530 of file ioloop.py.

def tornado.ioloop._EPoll.unregister (   self,
  fd 
)

Definition at line 536 of file ioloop.py.


Member Data Documentation

int tornado::ioloop._EPoll::_EPOLL_CTL_ADD = 1 [static, private]

Definition at line 517 of file ioloop.py.

int tornado::ioloop._EPoll::_EPOLL_CTL_DEL = 2 [static, private]

Definition at line 518 of file ioloop.py.

int tornado::ioloop._EPoll::_EPOLL_CTL_MOD = 3 [static, private]

Definition at line 519 of file ioloop.py.

Definition at line 521 of file ioloop.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:14