We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ec621 commit 58cf3d8Copy full SHA for 58cf3d8
crates/store/re_video/src/decode/async_decoder.rs
@@ -19,7 +19,7 @@ struct Comms {
19
/// Set when it is time to die
20
should_stop: Arc<AtomicBool>,
21
22
- /// Incremented on each call to [`Decoder::reset`].
+ /// Incremented on each call to [`AsyncDecoder::reset`].
23
/// Decremented each time the decoder thread receives [`Command::Reset`].
24
num_outstanding_resets: Arc<AtomicU64>,
25
}
0 commit comments