Closed Thom1729 closed 5 years ago
This PR:
RELOADING
threading.Lock
run_async
I was having odd issues when I saved reloader.py (triggering a reload) while I had multiple views into the file. These changes resolved those issues.
reloader.py
This PR:
RELOADING
with athreading.Lock
.run_async
thread, and prints an error message if it can't be determined.I was having odd issues when I saved
reloader.py
(triggering a reload) while I had multiple views into the file. These changes resolved those issues.