Closed mpareja closed 1 year ago
Hi @mpareja and thanks for the report
Is there any reason ...
Good catch, let's fix this: PR #86
Merged, thanks!
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
Ooops how did I miss that, fixed in 0.5.1
Sorry for the inconvenience :)
No worries @vxgmichel, I'm super happy to have your nice tight library, it's come in very useful!
Is there any reason for not supporting the
task_limit
parameter on theaction
operator? The underlying implementationmap
allows it, so it would simply be a matter of forwarding the parameter.