// SPDX-FileCopyrightText: 2026 conpty-oxide contributors <https://github.com/P4suta/conpty-oxide/graphs/contributors>
//
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Session Job policy built on windows-spawn's sole Job implementation.
use io;
pub use Job;
/// Exit code used when terminating a managed process tree.
pub const KILL_EXIT_CODE: u32 = 1;
/// Creates the shared session Job and applies its drop policy.
pub