// Copyright (c) 2023-2025 R3BL LLC. Licensed under Apache License, Version 2.0.
/// Control flow signal for loops and threads.
///
/// A unified type for indicating whether a loop or thread should continue
/// processing or stop. Used across:
/// - Main event loop (terminal window)
/// - Mio poller thread (input handling)
/// - PTY input processing loop