From 9e1804f52e62cc97e116001a49af8ea02bdc0b37 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 17 Dec 2019 20:49:40 +1100 Subject: [PATCH] Switch back to anacrolix/sync for the Client lock --- deferrwl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deferrwl.go b/deferrwl.go index 3b2ad7a3..e8e90e87 100644 --- a/deferrwl.go +++ b/deferrwl.go @@ -1,6 +1,6 @@ package torrent -import "sync" +import "github.com/anacrolix/sync" // Runs deferred actions on Unlock. Note that actions are assumed to be the results of changes that // would only occur with a write lock at present. The race detector should catch instances of defers -- 2.48.1