ReactiveX / RxGo

Reactive Extensions for the Go language.
MIT License
4.96k stars 338 forks source link

How to do recursion? #403

Open rust-jvm-go opened 1 year ago

rust-jvm-go commented 1 year ago

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.