Creating tasks in batches
Recently I've learned that you have no control over tasks after initialization. Awaiting a job is just a way to synchronize and get a response. That naturally brings a question. How to split asynchronous calls into batches?
A case from the trenches
L...
blog.ciechowski.net3 min read