ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 110 forks source link

Implement Observable.fromEmitter #226

Closed dhoepelman closed 5 years ago

dhoepelman commented 7 years ago

This was still missing in the Scala API.

I haven't encountered a lot of use for it within the scala ecosystem (since callback are uncommon), but it's useful when integrating non-scala JVM libraries.

I'll add documentation if this structure is found to be OK