Fixed misleading comment about receiveDataThreads in queues

This commit is contained in:
Dmitri Bogomolov 2019-11-06 11:38:42 +02:00
parent c40c70f807
commit 35a2962552
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class ObjectProcessorQueue(Queue.Queue):
workerQueue = Queue.Queue() workerQueue = Queue.Queue()
UISignalQueue = Queue.Queue() UISignalQueue = Queue.Queue()
addressGeneratorQueue = Queue.Queue() addressGeneratorQueue = Queue.Queue()
#: receiveDataThreads dump objects they hear on the network into this #: `.network.ReceiveQueueThread` instances dump objects they hear
#: queue to be processed. #: on the network into this queue to be processed.
objectProcessorQueue = ObjectProcessorQueue() objectProcessorQueue = ObjectProcessorQueue()
invQueue = MultiQueue() invQueue = MultiQueue()
addrQueue = MultiQueue() addrQueue = MultiQueue()