mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
whenever the subprocess returns (this is potentially not good enough for long-running scripts, will have to ponder that one). Made ProcPool work with MySQL (where it works much better). Tested and fixed many small bugs.
2 lines
119 B
Python
2 lines
119 B
Python
# experimental central dictionary for models in subprocesses to report they have been changed.
|
|
PROC_MODIFIED_OBJS = []
|