you create a callback which receives an emitter th...
# rx
j
you create a callback which receives an emitter that you can pipe information into as it's given to you
u
@jw, thanks. Is there something like Observable.fromAsync() in RxJava2? I’ve got this reference: https://medium.com/yammer-engineering/converting-callback-async-calls-to-rxjava-ebc68bde5831
j
It's
create
u
@jw, thanks.