ReactiveX/RxGo

How to do recursion?

rust-jvm-go opened this issue · 0 comments

How to do recursion say pagination of query results from an API or database?

Some years back I was able to do this with RxJava; can similar be achieved with RxGo? I was trying to search for examples but hasn't hit any yet.