vxgmichel / aiostream

Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
760 stars 33 forks source link

action: support task_limit #85

Closed mpareja closed 11 months ago

mpareja commented 11 months ago

Is there any reason for not supporting the task_limit parameter on the action operator? The underlying implementation map allows it, so it would simply be a matter of forwarding the parameter.

vxgmichel commented 11 months ago

Hi @mpareja and thanks for the report

Is there any reason ...

Good catch, let's fix this: PR #86

vxgmichel commented 11 months ago

Merged, thanks!

mpareja commented 11 months ago

Okay, this is great - I'm already using it successfully, thanks!

One thing to note in 0.5.0: I'm using the new @pipable_operator but I was forced to import from:

from aiostream.core import pipable_operator
vxgmichel commented 11 months ago

Ooops how did I miss that, fixed in 0.5.1

Sorry for the inconvenience :)

mpareja commented 11 months ago

No worries @vxgmichel, I'm super happy to have your nice tight library, it's come in very useful!