dbrattli / dbrattli/aioreactive
from_iterable broken, or is it my mistake?
Open
- Dominant language
- Python
- Stars
- 401
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
I've written a merge_sorted function using aioreactive idiom (it returns an async iterable), and it works fine with async for (see attached notebook).
However, when I try to convert it into a source using from_iterable, that doesn't work at all (also in attached notebook). Is it a bug in from_iterable or am I doing it wrong?
Thanks a lot!
[aioreactive merge_sorted.zip](https://github.com/dbrattli/aioreactive/files/724193/aioreactive.merge_sorted.zip)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.