Ordered promise queue, supporting asynchronous enqueuing / fulfillment.
Fulfill one waiting promise, or enqueue a fulfilled one.
Retrieve the next fulfilled promise, or enqueue a waiting one.
See Implementation
Ordered promise queue, supporting asynchronous enqueuing / fulfillment.