pub async fn run_task(t: &mut Task) -> Result<(), Error>
Expand description

Run a task (both the source and the sink part) once to completion

Errors

If there was an error fetching the data, sending the data, or saving what data was successfully sent to an external location