pybitmessage.network.receivequeuethread module

Process data incoming from network

class ReceiveQueueThread(num=0)[source]

Bases: pybitmessage.network.threads.StoppableThread

This thread processes data received from the network (which is done by the asyncore thread)

run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.