]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Switch back to anacrolix/sync for the Client lock
authorMatt Joiner <anacrolix@gmail.com>
Tue, 17 Dec 2019 09:49:40 +0000 (20:49 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 17 Dec 2019 09:49:40 +0000 (20:49 +1100)
deferrwl.go

index 3b2ad7a3a2e7b59162b54426ffb800daec1c88b5..e8e90e87cef7dd751de076213ad87701ef3f94b1 100644 (file)
@@ -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