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.
The consumer can be any callable of the form |
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.
__init__
(self, consumer, jobID=None, args=(), kwargs={})¶The consumer can be any callable of the form callable(result, *args, **kwargs)