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 87a7c02 commit 3a9d546Copy full SHA for 3a9d546
propagators/opentelemetry_process_propagator/lib/task.ex
@@ -55,6 +55,8 @@ defmodule OpentelemetryProcessPropagator.Task do
55
alias OpentelemetryProcessPropagator.Task.Wrapper
56
require OpenTelemetry.Tracer
57
58
+ @type t :: Task.t()
59
+
60
@doc """
61
Returns a stream that runs the given function `fun` concurrently
62
on each element in `enumerable` with the current `t:OpenTelemetry.Ctx.t/0`
0 commit comments