We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba058d commit 8f09cb4Copy full SHA for 8f09cb4
linkerd/stack/src/watch.rs
@@ -20,8 +20,8 @@ pub struct NewSpawnWatch<P, N> {
20
/// A `S`-typed service which is updated dynamically by a background task.
21
///
22
/// Each clone of a `SpawnWatch` service that shares the same watch owns its own
23
-/// clone of the inner service. As the `watch::Receiver` is updated, the
24
-/// background task
+/// clone of the inner service. Changes in the [`watch::Receiver`] are checked
+/// for when this service is polled for readiness.
25
#[derive(Clone, Debug)]
26
pub struct SpawnWatch<S> {
27
rx: watch::Receiver<S>,
0 commit comments