seq  2.0.0
Static Public Attributes | List of all members
redthread.WorkerSignals Class Reference

Defines the signals available from a running worker thread. More...

Inheritance diagram for redthread.WorkerSignals:

Static Public Attributes

 finished = Signal()
 
 error = Signal(tuple)
 
 result = Signal(object)
 
 progress = Signal(dict)
 

Detailed Description

Defines the signals available from a running worker thread.

Supported signals are:

finished No data

error tuple (exctype, value, traceback.format_exc() )

result object data returned from processing, anything

progress int indicating % progress

Member Data Documentation

◆ error

redthread.WorkerSignals.error = Signal(tuple)
static

◆ finished

redthread.WorkerSignals.finished = Signal()
static

◆ progress

redthread.WorkerSignals.progress = Signal(dict)
static

◆ result

redthread.WorkerSignals.result = Signal(object)
static

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