Skip to main content

Module blocking

Module blocking 

Source
Expand description

Synchronous, best-effort helpers for contexts that cannot .await — chiefly a Drop guard. They shell out through std::process directly (no async, no job-containment), so reserve them for short-lived cleanup.

Functions§

worktree_remove
Remove a worktree synchronously (git worktree remove [--force] <path>).