Liking cljdoc? Tell your friends :D

org.clojars.roklenarcic.paginator

Paginator enables paginating multiple concurrent items with batching.

Paginator enables paginating multiple concurrent items with batching.
raw docstring

org.clojars.roklenarcic.paginator.batcher

Batchers follow Stack like behaviour when adding items instead of Queue because we want to run the same items in the row if at all possible, to finish some items instead of getting 1 pager for every item first.

Batchers follow Stack like behaviour when adding items instead of Queue because we want to run the same
items in the row if at all possible, to finish some items instead of getting 1 pager for every item first.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close