pub fn save_async<'a, T>(tasks: T) -> Result<Child, Error>where T: IntoIterator<Item = &'a Task>,
This function returns the handle to a child process which saves the given tasks.