Fixed misleading comment about receiveDataThreads in queues

v0.6
Dmitri Bogomolov 4 years ago
parent c40c70f807
commit 35a2962552
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

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

Loading…
Cancel
Save