Skip to content

Commit c81bbf0

Browse files
committed
-
1 parent 6e4a5a3 commit c81bbf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source_py3/python_toolbox/future_tools.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99

1010
class CuteExecutorMixin:
11+
'''
12+
Coolness is filter and as_completed on both filter and map, blocktododoc
13+
'''
1114
def filter(self, filter_function, iterable, timeout=None,
1215
as_completed=False):
1316
'''Get a parallelized version of filter(filter_function, iterable).'''

0 commit comments

Comments
 (0)