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
FYSA, contrary to the root README, this package does not implement the sync.Locker interface, primarily because Lock() has the wrong signature (returns an error rather than having no return). Feel free to close this as WONTFIX, but it'd be nice to update the doc if it's not something worth fixing in code.
The text was updated successfully, but these errors were encountered:
ldez
changed the title
[documentation] Does not implement sync.Locker
docs: does not implement sync.Locker
Jun 26, 2024
FYSA, contrary to the root README, this package does not implement the
sync.Locker
interface, primarily becauseLock()
has the wrong signature (returns an error rather than having no return). Feel free to close this as WONTFIX, but it'd be nice to update the doc if it's not something worth fixing in code.The text was updated successfully, but these errors were encountered: