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

Fix the wrong return type of `take` overload with scheduler #199

Closed jking-roar closed 8 years ago

jking-roar commented 8 years ago

fixes signature of method with erroneous Unit return type

zsxwing commented 8 years ago

Good catch. Thanks! Could you also add a simple example in https://github.com/ReactiveX/RxScala/blob/0.x/examples/src/test/scala/examples/RxScalaDemo.scala to test the signature?

zsxwing commented 8 years ago

Thanks! @jking-roar