This function is used to initialize and start the async runtime.
It is needed as rorm is completely written asynchronously.
**Important**: Do not forget to stop the runtime using rorm_runtime_shutdown!
For user code, use mixin SetupDormRuntime; instead.
This function is called completely synchronously.
See Implementation
This function is used to initialize and start the async runtime.
It is needed as rorm is completely written asynchronously.
**Important**: Do not forget to stop the runtime using rorm_runtime_shutdown!
For user code, use mixin SetupDormRuntime; instead.
This function is called completely synchronously.