You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to retrieve the output of the processing on all values, i.e. [25, 49, 81, 1, 16, 9]. The problem seems to lie in the fact that gather_and_close() actually cleans the pool so that it's impossible to retrieve the output of every task once it completes.
The text was updated successfully, but these errors were encountered:
I'm struggling to find a way to retrieve the output of pooled tasks.
For instance:
I'd like to retrieve the output of the processing on all values, i.e.
[25, 49, 81, 1, 16, 9]
. The problem seems to lie in the fact thatgather_and_close()
actually cleans the pool so that it's impossible to retrieve the output of every task once it completes.The text was updated successfully, but these errors were encountered: