While we’re on SQLDelight, I’d like to use an obse...
# squarelibraries
e
While we’re on SQLDelight, I’d like to use an observed query … but also throttle the hits on the database. It seems like there’s no way to do this with the current
RxJavaExtensions
only providing
toObservable
and not a direct
toFlowable()
?