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
Implement Sync for Link. The only operations that can be performed on a
&Link are pin_path() and detach(), neither of which modify the object.
pin_path() just reads an attribute and detach() performs a system call
with the link's file descriptor. Hence, Sync should be fine to implement
for Link.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments