pub async fn prepare_task_temp_dir_in_root(
temp_root: &str,
lease: TaskLease,
) -> Result<String>Expand description
Prepares the token-scoped temporary directory for one claimed task lease.
ยงErrors
Returns TaskCoreError when the lease path is invalid or directory creation fails.