[docs] [issue24195] Add `Executor.filter` to concurrent.futures

Ethan Furman report at bugs.python.org
Mon Jun 8 18:39:08 CEST 2015


Ethan Furman added the comment:

The recipe will work in simple situations.

In more complex situations:

  - infinite iterator
  - really large iterator (millions of items)
  - high work load to produce next iteration

the recipe will either have a severe impact on performance or fail entirely.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24195>
_______________________________________


More information about the docs mailing list