/// Ensure the platform task pool is initialized before browser-side tests run.
////// Eagerly touches the blocking task backend once so browser tests do not pay
/// lazy worker-pool setup in the measured path.
#[inline]pub async fnensure_thread_pool(){let_=super::task::spawn_blocking(||{}).await;}