NewRelic.Instrumented.Task (New Relic Elixir Agent v1.27.2) View Source
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)
Link to this section Summary
Functions
See Task.async/1.
Link to this section Functions
See Task.async/1.
See Task.async/3.
Link to this function
async_stream(enumerable, module, function_name, args, options \\ [])
View SourceSee 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.