Loading
feat(factory): enhance support for InterpreterPoolExecutor availability
* Import InterpreterPoolExecutor conditionally for Python 3.14+ * Use HAS_INTERPRETER_POOL_EXECUTOR flag to determine executor availability * Log a warning and fallback to ProcessPoolExecutor if InterpreterPoolExecutor is not available