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
Right now, errors are handled by setting a single, global variable. (At least on the platforms for which I could not get thread-local storage working.) It would be simpler to switch to any error value simply being returned from each function call. Unfortunately, this would change the API pretty significantly.
The text was updated successfully, but these errors were encountered:
Right now, errors are handled by setting a single, global variable. (At least on the platforms for which I could not get thread-local storage working.) It would be simpler to switch to any error value simply being returned from each function call. Unfortunately, this would change the API pretty significantly.
The text was updated successfully, but these errors were encountered: