Question About `ManagedRuntime` Disposal and `Scope`ed Layer Finalizers
I have a question about
Im creating a runtime like this:
My question is:
If I create a runtime that depends on a scoped layer (the
IF when I finish using the runtime but do not runtime.dispose() - will the finalizers for the underlying scoped layer run or not?
ManagedRuntime disposal and Scopeed layer finalizers.Im creating a runtime like this:
My question is:
If I create a runtime that depends on a scoped layer (the
IDBDatabase layer ),IF when I finish using the runtime but do not runtime.dispose() - will the finalizers for the underlying scoped layer run or not?
