Global

Methods

(async) allSettledTest()

calling multiple promises
Source:

catchErrorTest()

catching error
Source:

(async) catchErrorTest2() → {Promise.<void>}

catch and throw
Source:
Returns:
Type
Promise.<void>

(async) catchErrorTest3() → {Promise.<void>}

catch and throw and catch
Source:
Returns:
Type
Promise.<void>

(async) fakeHandler()

three things happen here pull batch from the queue. must be single threaded send batches to external api. can be concurrent delete batches. can be concurrent
Source:

(async) promiseAllSettledTest() → {Promise.<void>}

Source:
Returns:
Type
Promise.<void>

(async) promiseAllTest() → {Promise.<void>}

Source:
Returns:
Type
Promise.<void>

(async) whileLoopTest()

while loop w/ promises
Source: