View Source PrimaOpentelemetryEx.TeleTask (prima_opentelemetry_ex v2.1.2)

Wrapper of Task that mantains the span context

Summary

Functions

async(fun)

@spec async((() -> any())) :: Task.t()

await(t)

@spec await(Task.t()) :: term()

start(fun)

@spec start((() -> any())) :: {:ok, pid()}