You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This EvalMachine function is an RIAA nightmare and doesn't enter and
exit contexts correctly. I used an auto_ptr with a Context::Scope to
handle the dynamic nature of EvalMachine's behavior and created a class
which will dispose a persitent handle at the end of scope. This ensures
100% that the context is exited if needed, and disposed if needed.
0 commit comments