Batching Requests from Multiple Places
Is it possible to batch requests from multiple places? Or is the only way to batch by executing requests in a single
For example if two different effects call
...Par call? For example if two different effects call
getUserById within some short amount of time (say 100ms) can they be resolved in a batch?