Thread Safe

Thread safety would be useful allowing multiple threads to access different parts of the database.
Would need logic to check for object dependences and handle possible conflicts

Aurelius is already thread-safe. You must just use one object manager and each thread.

This feature was implemented.