btroncone / learn-rxjs

Clear examples, explanations, and resources for RxJS

Home Page:https://www.learnrxjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bindCallback and bindNodeCallback are missing

ghuser opened this issue · comments

I find bindCallback and bindNodeCallback really useful.

Especially the second is for me the easiest way to convert essential any node callback-style api to an observable api.