Example from README does not compile
JohnReedLOL opened this issue · 1 comments
JohnReedLOL commented
This example does not compile: https://i.imgur.com/Ra1zOGD.png
fdietze commented
Thanks for reporting.
Rx.unsafe
is defined private here:
https://github.com/lihaoyi/scala.rx/blob/master/scalarx/shared/src/main/scala/rx/Rx.scala#L114
Should we make it public again?