File tree Expand file tree Collapse file tree
dial9-tokio-telemetry/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ type InstrumentedFuture<F> = WakeTracked<MaybeTaskDumped<F>>;
3434pin_project ! {
3535 /// Future wrapper produced by `spawn_with` for custom spawn APIs.
3636 ///
37- /// Values of this type are produced by
38- /// [`TelemetryHandle::spawn_with`](crate::telemetry::TelemetryHandle::spawn_with)
39- /// and
40- /// [`RuntimeTelemetryHandle::spawn_with`](crate::telemetry::RuntimeTelemetryHandle::spawn_with).
41- /// The constructor and fields are private so callers cannot construct a
42- /// `TracedFuture<F>` directly.
43- ///
4437 /// On first poll, `TracedFuture<F>` resolves the surrounding Tokio task ID
4538 /// and uses it for task instrumentation. If the future is polled outside a
4639 /// Tokio task context, it runs as a transparent passthrough without wake
You can’t perform that action at this time.
0 commit comments