kithara-platform 0.0.1-alpha4

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
1
2
3
4
5
/// Ensure the platform task pool is initialized before browser-side tests run.
///
/// Native no-op: the tokio blocking pool needs no eager warm-up.
#[inline]
pub async fn ensure_thread_pool() {}