The Effect-flavoured counterpart of a Paginator: the same three views
(pages / items / toArray) over a multi-page search, as Streams and an
Effect rather than async iterables and a Promise.
Every view is lazy — a page is fetched only when pulled — and interruptible:
interrupting the fiber cancels the in-flight page request rather than leaving it
to settle unobserved.
The Effect-flavoured counterpart of a Paginator: the same three views (
pages/items/toArray) over a multi-page search, asStreams and anEffectrather than async iterables and aPromise.Every view is lazy — a page is fetched only when pulled — and interruptible: interrupting the fiber cancels the in-flight page request rather than leaving it to settle unobserved.