aiodataloader icon indicating copy to clipboard operation
aiodataloader copied to clipboard

Blocking behavior of dispatch_queue_batch

Open romikforest opened this issue 3 years ago • 0 comments

You could insert e.g. await asyncio.sleep(0) in dispatch_queue_batch function. It's async but has blocking behavior if there are lots of data to process.

romikforest avatar Feb 27 '21 23:02 romikforest