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
To add to that, while the engine isn't thread safe, is is fine (and expected) that you'll reuse the engine to execute scripts multiple times.
This allows you to save on the initialization costs, especially if you want to have some init scripts / environment to offer.
I'm wondering if it's okay to just create instances of the engine as and when I need it or is it meant to be use as a singleton in the application?
The text was updated successfully, but these errors were encountered: