Public Member Functions | |
def | __init__ |
def | stop |
def | run |
Public Attributes | |
func | |
loop | |
running | |
def webiopi.utils.thread.Task.__init__ | ( | self, | |
func, | |||
loop = False |
|||
) |
def webiopi.utils.thread.Task.run | ( | self | ) |
Definition at line 20 of file thread.py.
References webiopi.utils.thread.Task.func, webiopi.utils.thread.Task.loop, webiopi.utils.thread.Task.running, webiopi.protocols.http.HTTPServer.running, and webiopi.protocols.coap.COAPServer.running.
def webiopi.utils.thread.Task.stop | ( | self | ) |
Definition at line 17 of file thread.py.
References webiopi.utils.thread.Task.running, webiopi.protocols.http.HTTPServer.running, and webiopi.protocols.coap.COAPServer.running.
webiopi.utils.thread.Task.func |
Definition at line 12 of file thread.py.
Referenced by webiopi.utils.thread.Task.run().
webiopi.utils.thread.Task.loop |
Definition at line 13 of file thread.py.
Referenced by webiopi.utils.thread.Task.run().
webiopi.utils.thread.Task.running |
Definition at line 14 of file thread.py.
Referenced by webiopi.utils.thread.Task.run(), and webiopi.utils.thread.Task.stop().