.map
/.foreach
via processes by chunks
#29
Labels
feature
New feature or request, modifies library API
.map
/.foreach
via processes by chunks
#29
either
chunksize: int = 1
param similar tomultiprocessing.Pool
'sCurrently to achieve an equivalent behavior, one have to
.group(chunksize)
pior to concurrent mapping and then.flatten()
.The text was updated successfully, but these errors were encountered: