From 187fa3ab6069485312a92ce88b01e176aeb24a34 Mon Sep 17 00:00:00 2001 From: Marc Delagrammatikas Date: Tue, 24 Dec 2024 11:07:25 -0800 Subject: [PATCH] delegates type t() to Tast.t() --- propagators/opentelemetry_process_propagator/lib/task.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/propagators/opentelemetry_process_propagator/lib/task.ex b/propagators/opentelemetry_process_propagator/lib/task.ex index 15258b43..0cdef154 100644 --- a/propagators/opentelemetry_process_propagator/lib/task.ex +++ b/propagators/opentelemetry_process_propagator/lib/task.ex @@ -55,6 +55,8 @@ defmodule OpentelemetryProcessPropagator.Task do alias OpentelemetryProcessPropagator.Task.Wrapper require OpenTelemetry.Tracer + @type t :: Task.t() + @doc """ Returns a stream that runs the given function `fun` concurrently on each element in `enumerable` with the current `t:OpenTelemetry.Ctx.t/0`