• Lifts the asynchronous computation into the continuation passing style.

    Type Parameters

    • M

    Parameters

    Returns (<R, A>(p) => ContT<R, M, A>)

    The computation wraps p.

      • <R, A>(p): ContT<R, M, A>
      • Type Parameters

        • R

        • A

        Parameters

        • p: Promise<A>

        Returns ContT<R, M, A>

Generated using TypeDoc