Skip to main content

Module task_handler

Module task_handler 

Source
Expand description

Utilities for managing tasks and subprocesses.

Structsยง

CancelTaskSet
A combination of a tokio::task::JoinSet and tokio_util::sync::CancellationToken.
InProcess
A in-process task set that is cancelled when dropped.
Subprocess
A subprocess that is killed when dropped.