Skip to content

Commit

Permalink
delegates type t() to Tast.t() (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel authored Jan 3, 2025
1 parent 87a7c02 commit 3a9d546
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 3a9d546

Please sign in to comment.