circu.js
    Preparing search index...
    • DANGEROUS Pseudo-sync wait for Promise. Converts async IO to sync IO, may have mutex issues

      Type Parameters

      • T

      Parameters

      • prom: Promise<T>

        Promise with any IO behavior

      • OptionalabortCheck: () => boolean

        Optional function called each iteration; return true to abort

      Returns T