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
binder: remove the call to Arc::get_mut from ThreadError.
This is in preparation for switching to `Ref`. Since it doesn't support
`get_mut`, we switch to using relaxed atomics because there is already
synchronisation between setting the error code and using it.
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments