X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=reader.go;h=4b20206cbf2ecc675ccde147cecc278ebc688040;hb=de3309319f036d9b344aad296d9b1b7c9f786468;hp=9670ff094a8a2ba77f2fd56bbd503757f113fd6b;hpb=613470861e67fdb11c9661930f3490cba0aa19b2;p=btrtrc.git diff --git a/reader.go b/reader.go index 9670ff09..4b20206c 100644 --- a/reader.go +++ b/reader.go @@ -12,7 +12,7 @@ import ( ) // Accesses Torrent data via a Client. Reads block until the data is available. Seeks and readahead -// also drive Client behaviour. +// also drive Client behaviour. Not safe for concurrent use. type Reader interface { io.ReadSeekCloser missinggo.ReadContexter