//! Platform abstraction: exposes engine hooks (task scheduling, timers) for
//! embedder customisation.
/// Host-side platform services consumed by the Stator engine.
///
/// Embedders implement this trait to provide custom threading, timing, and
/// task-scheduling behaviour. The vtable-backed implementation in
/// `stator_jse_ffi` wraps C function pointers into this interface.