either - `chunksize: int = 1` param similar to `multiprocessing.Pool`'s - param-free adaptive logic adapting chunksize dynamically depending on the state of futures in queue Currently to achieve an equivalent behavior, one have to `.group(chunksize)`pior to concurrent mapping and then `.flatten()`.