mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
This allows e.g. utils.utils.run_async to offload long-running functions to a completely different subprocess entirely, offering real parallelism. Implementation is still experimental, notably not all objects can be transferred safely across the wire; also there is no concept of updating caches yet - so adding an object from the subprocess side will not be known in the main thread yet (since caches cannot yet tell the underlying database has changed). |
||
|---|---|---|
| .. | ||
| default | ||
| __init__.py | ||
| cmdhandler.py | ||
| cmdparser.py | ||
| cmdset.py | ||
| cmdsethandler.py | ||
| command.py | ||
| connection_screen.py | ||