Function task_hookrs::tw::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.