Skip to content

Commit

Permalink
delegates type t() to Tast.t()
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Dec 24, 2024
1 parent a4ee9fe commit 187fa3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions propagators/opentelemetry_process_propagator/lib/task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 187fa3a

Please sign in to comment.