//! Process PAL.
// Turning a command into an executable image is Windows path and search-order
// mechanics, so it stays beside the implementation that spawns with the result.
// The Windows PAL is the operating-system boundary: a thin binding layer over
// Win32 whose failure paths need real operating-system faults to reach. It is
// exercised end to end by the integration tests rather than line by line, and
// is excluded from mutation testing for the same reason (scripts/build/Mutants.psm1).
pub use *;
pub use *;
pub use ;
// Job topology is only chosen explicitly by the integration harness; production
// logic asks for the standard lifetime job and never names a policy.
pub use Breakaway;
pub use BuildTargetProcesses;