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
In TAO::Object there is an is_evaluated/object_init_lock_ members which are using a boolean flag, maybe we can use a std::atomic_flag as alternative, would save a mutex lock/unlock in our critical path
The text was updated successfully, but these errors were encountered:
In TAO::Object there is an is_evaluated/object_init_lock_ members which are using a boolean flag, maybe we can use a std::atomic_flag as alternative, would save a mutex lock/unlock in our critical path
The text was updated successfully, but these errors were encountered: