Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Classes | Functions | Variables
webiopi.utils.thread Namespace Reference

Classes

class  Task
 

Functions

def stop
 
def runLoop
 

Variables

 RUNNING = False
 
list TASKS = []
 

Function Documentation

def webiopi.utils.thread.runLoop (   func = None,
  async = False 
)

Definition at line 36 of file thread.py.

Referenced by webiopi.__main__.main().

def webiopi.utils.thread.stop (   signum = 0,
  frame = None 
)

Definition at line 27 of file thread.py.

Variable Documentation

webiopi.utils.thread.RUNNING = False

Definition at line 6 of file thread.py.

list webiopi.utils.thread.TASKS = []

Definition at line 7 of file thread.py.