This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns lazywindow.core) | |
(def page-size 5) | |
(defn get-page | |
"Retrieve a vector of results for a page" | |
[page-num] | |
(Thread/sleep 50) | |
;; this is used to simulate actually getting a page of results | |
(cond |