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
The handlers in the InvocationListener should not get mutable references because the methods can be called from multiple threads. The trait should also require that the object be Send and Sync.
The text was updated successfully, but these errors were encountered:
The handlers in the InvocationListener should not get mutable references because the methods can be called from multiple threads. The trait should also require that the object be Send and Sync.
The text was updated successfully, but these errors were encountered: