Python Forum
Problem with concurrent.futures.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with concurrent.futures.
#1
Hello everyone,

I'm trying to use:

with concurrent.futures.ProcessPoolExecutor() as executor:

but the code just keeps proceeding further before the parallel processing finishes. I've searched online, but the solution was not clear to me.
Any hints would be highly appreciated.

Thanks
Reply


Messages In This Thread
Problem with concurrent.futures. - by thunderspeed - Sep-01-2021, 04:32 PM
RE: Problem with concurrent.futures. - by snippsat - Sep-01-2021, 04:45 PM
RE: Problem with concurrent.futures. - by snippsat - Sep-01-2021, 05:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Concurrent futures threading running at same speed as non-threading billykid999 13 1,873 May-03-2023, 08:22 AM
Last Post: billykid999
  Class variables and Multiprocessing(or concurrent.futures.ProcessPoolExecutor) Tomli 5 3,905 Nov-12-2021, 09:55 PM
Last Post: snippsat
  concurrent.futures help samuelbachorik 2 1,760 Aug-22-2021, 07:20 AM
Last Post: bowlofred
  Trying to understand concurrent.futures.ThreadPoolExecutor Laxminarsaiah 0 1,630 Dec-18-2019, 12:43 PM
Last Post: Laxminarsaiah
  asyncio: run_until_complete() returns when the first of gathered Futures is set saavedra29 0 3,963 Dec-23-2017, 10:24 PM
Last Post: saavedra29
  Need my program to run concurrent operations cygnus_X1 1 3,148 Jul-21-2017, 10:49 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020