Peter Surda
59f3a2fbe7
- rearranged code to reduce cyclic dependencies - doCleanShutdown is separated in shutdown.py - shared queues are separated in queues.py - some default values were moved to defaults.py - knownnodes partially moved to knownnodes.py
6 lines
69 B
Python
6 lines
69 B
Python
import threading
|
|
|
|
knownNodesLock = threading.Lock()
|
|
knownNodes = {}
|
|
|