Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c39d365

Browse files
committed
Clarify doc
1 parent 80082f1 commit c39d365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/network/src/service/out_events.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ pub struct Sender {
9191
warning_fired: bool,
9292
/// Backtrace of a place where the channel was created.
9393
creation_backtrace: Backtrace,
94-
/// Clone of [`Receiver::metrics`].
94+
/// Clone of [`Receiver::metrics`]. Will be initialized when [`Sender`] is added to
95+
/// [`OutChannels`] with `OutChannels::push()`.
9596
metrics: Arc<Mutex<Option<Arc<Option<Metrics>>>>>,
9697
}
9798

0 commit comments

Comments
 (0)