Coalesce
Coalesce copied to clipboard
[Vue] Add an "enqueue" concurrency mode to API callers
When a request is made against an API caller while there is already an oustanding request, the new request would have its inputs captured exactly as they would be if the call were to be made immediately (basically, serialize all the request parameters), and then that request would only be made once the current outstanding request completes.