Le 28/09/2020 à 11:38, Antoine Pitrou a écrit : > > Hi Weston, > > Le 25/09/2020 à 23:21, Weston Pace a écrit : >> >> * The current thread pool implementation deadlocks when used in a >> "nested" case, an asynchronous solution can work around this > > If required it may be possible to hack around this. For example, AFAIR > TBB has a simple heuristic to enable reentrant calls into the thread > pool until a hardcoded recursion level.
Closely related: "TaskGroup::Finish should execute tasks" https://issues.apache.org/jira/browse/ARROW-10014 Regards Antoine.
