Skip to main content

run_with_token

Function run_with_token 

Source
pub fn run_with_token<I, T>(
    args: I,
    cancel_token: Option<CancellationToken>,
) -> Result<()>
where I: IntoIterator<Item = T>, T: AsRef<str>,
Expand description

Runs the SL animation with a cancellation token.