Function abortAble

  • abort able Promise wrapper, returns a promise which can be aborted, and trying to avoid executing therefore the wrapped promise

    Type Parameters

    • T

    Parameters

    • loader: PromiseLike<T>

    Returns IAAP<T>