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 |
An epoll-based event loop using our C module for Python 2.5 systems
| def tornado.ioloop._EPoll.__init__ | ( | self | ) |
| def tornado.ioloop._EPoll.close | ( | self | ) |
| def tornado.ioloop._EPoll.fileno | ( | self | ) |
| def tornado.ioloop._EPoll.modify | ( | self, | |
| fd, | |||
| events | |||
| ) |
| def tornado.ioloop._EPoll.poll | ( | self, | |
| timeout | |||
| ) |
| def tornado.ioloop._EPoll.register | ( | self, | |
| fd, | |||
| events | |||
| ) |
| def tornado.ioloop._EPoll.unregister | ( | self, | |
| fd | |||
| ) |
int tornado::ioloop._EPoll::_EPOLL_CTL_ADD = 1 [static, private] |
int tornado::ioloop._EPoll::_EPOLL_CTL_DEL = 2 [static, private] |
int tornado::ioloop._EPoll::_EPOLL_CTL_MOD = 3 [static, private] |
tornado::ioloop._EPoll::_epoll_fd [private] |