Importance of Using `runMain` for Proper Finalization in Effect
Today I learned this: https://effect.website/docs/code-style/guidelines/#using-runmain Which I think is important enough to be more prominent. I was using just runFork from my custom runtime for everything, assuming it was good practice, and I was surprised by finalizers not running on process termination, and then douns this. How does this combine with my custom runtime by the way ?