openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
e2reactor Namespace Reference

Classes

class  E2SharedPoll
 
class  PollReactor
 

Functions

def install ()
 

Variables

dictionary reads = {}
 
dictionary writes = {}
 
dictionary selectables = {}
 
tuple POLL_DISCONNECTED = (select.POLLHUP | select.POLLERR | select.POLLNVAL)
 
 poller = E2SharedPoll()
 

Function Documentation

◆ install()

def e2reactor.install ( )
Install the poll() reactor.

Variable Documentation

◆ POLL_DISCONNECTED

tuple e2reactor.POLL_DISCONNECTED = (select.POLLHUP | select.POLLERR | select.POLLNVAL)

◆ poller

e2reactor.poller = E2SharedPoll()

◆ reads

dictionary e2reactor.reads = {}

◆ selectables

dictionary e2reactor.selectables = {}

◆ writes

dictionary e2reactor.writes = {}