Expand description
Utilities for managing tasks and subprocesses.
Structsยง
- Cancel
Task Set - 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.