Methods
(async) allSettledTest()
calling multiple promises
catchErrorTest()
catching error
(async) catchErrorTest2() → {Promise.<void>}
catch and throw
Returns:
- Type
- Promise.<void>
(async) catchErrorTest3() → {Promise.<void>}
catch and throw and catch
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>}
Returns:
- Type
- Promise.<void>
(async) promiseAllTest() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async) whileLoopTest()
while loop w/ promises