Skip to content

Commit 039680d

Browse files
committed
call self._process_futures on canceled futures when BlockingRunner is done
1 parent 2e76abc commit 039680d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def _run(self):
412412
remaining = self._remove_unfinished()
413413
if remaining:
414414
concurrent.wait(remaining)
415+
self._process_futures(remaining)
415416
self._cleanup()
416417

417418
def elapsed_time(self):

0 commit comments

Comments
 (0)