Table Of Contents

Previous topic

SenderCallAfter

Next topic

SenderWxEvent

This Page

phoenix_title SenderNoWx

Sender that works without wx. The results are sent directly, ie the consumer will get them “in the worker thread”. So it should only be used for testing.


class_hierarchy Inheritance Diagram

Inheritance diagram for class SenderNoWx

Inheritance diagram of SenderNoWx


super_classes Known Superclasses

lib.delayedresult.Sender


method_summary Methods Summary

__init__ The consumer can be any callable of the form

api Class API



class SenderNoWx(Sender)

Sender that works without wx. The results are sent directly, ie the consumer will get them “in the worker thread”. So it should only be used for testing.


Methods



__init__(self, consumer, jobID=None, args=(), kwargs={})

The consumer can be any callable of the form callable(result, *args, **kwargs)