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
Honest answer, I am not entirely sure right now. Its been a while since I touched this code. I do remember designing it with this intent though!
Just quickly glancing at the code if the minima list could be passed as const to the two methods here it would definitely be able to run it multiple times.
It would not be thread safe if any modification to the minima list occurred, I would encourage new wagyu objects for each thread.
Is it okay to call wagyu::execute() multiple times on same wagyu instance?
Or, should I build new wagyu instance for each execution?
Here are some example usecases:
If it is allowed, is it thread-safe?
Thank you.
The text was updated successfully, but these errors were encountered: