• Suspends rendering until all of provided executors are settled.

    Type Parameters

    Parameters

    • executors: T

      Executors to wait for.

    • predicate: ((executor) => boolean) = ...

      The predicate which a pending executor must conform to suspend the rendering process. By default, only non-fulfilled executors are awaited.

        • (executor): boolean
        • Parameters

          Returns boolean

    Returns T