//! Best-effort OS thread spawning — never panics when the kernel returns EAGAIN.
use ;
/// Spawn `f` on a named thread. On failure (e.g. PID/thread limit), log a warning
/// and return `None` so callers can fall back to inline work or skip the feature.