pybitmessage.network.threads module¶
Threading primitives for the network package
-
class
StoppableThread(name=None)[source]¶ Bases:
threading.ThreadBase class for application threads with stopThread method
-
logger= <logging.Logger object>¶
-
name= None¶
-
stopThread()¶ Stop the thread
-
-
exception
BusyError[source]¶ Bases:
thread.errorThread error raised when another connection holds the lock we are trying to acquire.