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
Just realized getting by value is not threadsafe due to the hack of passing in, or returning, values by copying the element into temp-space allocated on the table object itself. This was done to facilitate ergonomic/polymorphic C macros. The single-threaded limitation should be noted in the docs somewhere.