Function save_async

Source
pub fn save_async<'a, T>(tasks: T) -> Result<Child, Error>
where T: IntoIterator<Item = &'a Task>,
Expand description

This function returns the handle to a child process which saves the given tasks.