Function write_results

Source
pub fn write_results(rx: UnboundedReceiver<TaskResult>, config: WriteConfig<'_>)
Expand description

Writes the results to a file (and optionally to the command-line)

§Arguments

  • ‘rx’ - The receiver channel that receives the results

  • ‘config’ - The configuration for writing results, including file handle, metadata, and measurement type