InvokeAI/invokeai/app/services/thread.py
2023-10-16 13:20:05 +11:00

4 lines
43 B
Python

import threading
lock = threading.RLock()