• Waits until the worker pool is initialized or fallback is configured.

    Returns Promise<void>

    export async function awaitWorkerReady(): Promise<void> {
    const pool = getWorkerPool();
    await pool.initialize();
    }