Based on learnings from #631 it seems like this might be an avenue worth pursuing.
However with the worker thread functionality for aggregation, it might be a bit too clever since the aggregation can already be moved entirely off of the event loop in the main thread. Only the collect() calls are negatively affecting the event loop availability.
Based on learnings from #631 it seems like this might be an avenue worth pursuing.
However with the worker thread functionality for aggregation, it might be a bit too clever since the aggregation can already be moved entirely off of the event loop in the main thread. Only the
collect()calls are negatively affecting the event loop availability.