use Path;
use Duration;
use HangDump;
/// Report a detected hang. wasm cannot panic (`panic = "immediate-abort"`
/// turns it into a fatal `RuntimeError: unreachable` that kills the Worker),
/// so the detector reports through [`kithara_platform::logging::log_error`], which
/// writes to the browser `console` and is safe in every scope (including the
/// audio worklet, where the global `tracing` subscriber's cross-instance
/// vtable would trap).
pub
pub