Waits until the worker pool is initialized or fallback is configured.
export async function awaitWorkerReady(): Promise<void> { const pool = getWorkerPool(); await pool.initialize();} Copy
export async function awaitWorkerReady(): Promise<void> { const pool = getWorkerPool(); await pool.initialize();}
Waits until the worker pool is initialized or fallback is configured.