RuntimeStartCallback

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.

extern (C)
alias RuntimeStartCallback = void function
(
void* context
,
scope RormError
)

Meta