vxgmichel / aiostream

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

Properly expose pipe methods in `aiostream.pipe` #88

Closed vxgmichel closed 1 year ago

vxgmichel commented 1 year ago

Fix issue #87.

Also fix some typing issues related to the pipe method.