Skip to content

Commit 93ee7b1

Browse files
committed
add line to doc
1 parent 356dc8b commit 93ee7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reader.rs

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ impl AsyncFileReader for Box<dyn AsyncFileReader + '_> {
7373
/// This wrapper is needed because `AsyncRead` and `AsyncSeek` require mutable access to seek and
7474
/// read data, while the `AsyncFileReader` trait requires immutable access to read data.
7575
///
76+
/// This wrapper stores the inner reader in a `Mutex`.
77+
///
7678
/// [AsyncRead]: tokio::io::AsyncRead
7779
/// [AsyncSeek]: tokio::io::AsyncSeek
7880
#[cfg(feature = "tokio")]

0 commit comments

Comments
 (0)