Baibhav Bista
Baibhav Bista
Does not work out of the box when running the command `lein run -m clojure.main script/figwheel.clj`. The following exception is raised: `java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath.`...
Adds a timeout to `q` and `pull` Mostly inspired from the timeout approach in datalevin: https://github.com/juji-io/datalevin/blob/master/src/datalevin/timeout.clj (& [original PR which adds it](https://github.com/juji-io/datalevin/pull/150)) Is this approach correct, @tonsky ? (seems to...