callbag-subscribe
callbag-subscribe copied to clipboard
A callbag sink (listener) that connects an Observer a-la RxJS. 👜
Results
2
callbag-subscribe issues
Sort by
recently updated
recently updated
newest added
Spec says: `A callbag MUST NOT be delivered data after it has been terminated` As I understand it, for callbags to work in concert all callbags must either: 1) not...
In RxJS, you can call `.subscribe()` on any `Observer`, including other `Subject`s for example. In callbag world, any callbag can be an observer as well, so it would make sense...