Skip to content

Commit 3a9d546

Browse files
authored
delegates type t() to Tast.t() (#442)
1 parent 87a7c02 commit 3a9d546

File tree

1 file changed

+2
-0
lines changed
  • propagators/opentelemetry_process_propagator/lib

1 file changed

+2
-0
lines changed

propagators/opentelemetry_process_propagator/lib/task.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ defmodule OpentelemetryProcessPropagator.Task do
5555
alias OpentelemetryProcessPropagator.Task.Wrapper
5656
require OpenTelemetry.Tracer
5757

58+
@type t :: Task.t()
59+
5860
@doc """
5961
Returns a stream that runs the given function `fun` concurrently
6062
on each element in `enumerable` with the current `t:OpenTelemetry.Ctx.t/0`

0 commit comments

Comments
 (0)