View Source NewRelic.Instrumented.Task (New Relic Elixir Agent v1.36.0)
Provides a pre-instrumented convienince module to connect
non-linked Task processes to the Transaction that called them.
You may call these functions directly, or alias the module
and continue to use Task as normal.
Example usage:
alias NewRelic.Instrumented.Task
Task.async_stream([1,2], fn n -> do_work(n) end)
Summary
Functions
See Task.async/1.
Functions
See Task.async/1.
See Task.async/3.
See Task.await/2.
See Task.await_many/2.
See Task.child_spec/1.
See Task.shutdown/2.
See Task.start_link/1.
See Task.start_link/3.
See Task.yield/2.
See Task.yield_many/2.