Liking cljdoc? Tell your friends :D

klipse-clj.lang.clojure.bundled-namespaces

No vars found in this namespace.

klipse-clj.lang.clojure.guard

The basic idea is that the first time a klipse snippet's cljs is evaluated, we kick off a go-loop whose job is to wake up every 100ms and update watchdog-tick to say: this is the last time that i woke up!

And if (guard) gets run and notices that the watchdog hasn't been able to wake up within the last max-eval-duration milliseconds, it decides that we should kill the currently evaluating function, and does that by throwing an error.

and this doesn't kill go-loops created by users' snippet code, because those go-loops won't block the watchdog from running.

The basic idea is that the first time a klipse snippet's cljs is evaluated, we kick off a go-loop whose job is to wake up every 100ms and update *watchdog-tick* to say: this is the last time that i woke up!

And if (guard) gets run and notices that the watchdog hasn't been able to wake up within the last *max-eval-duration* milliseconds, it decides that we should kill the currently evaluating function, and does that by throwing an error.

and this doesn't kill go-loops created by users' snippet code, because those go-loops won't block the watchdog from running.
raw docstring

klipse-clj.lang.clojure.parinfer

No vars found in this namespace.

klipse-clj.repl-resources

Resources for use in the Klipse REPL implementation.

Resources for use in the Klipse REPL implementation.
raw docstring

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

× close