Skip to content

Instantly share code, notes, and snippets.

@wthidden
wthidden / send-error
Created July 12, 2011 14:42
Clojure exception while trying to execute a send
java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
at clojure.lang.Agent$Action.execute(Agent.java:75)
at clojure.lang.Agent.enqueue(Agent.java:255)
at clojure.lang.Agent.dispatchAction(Agent.java:242)
at clojure.lang.Agent.dispatch(Agent.java:228)
at clojure.core$send.doInvoke(core.clj:1591)
at clojure.lang.RestFn.invoke(RestFn.java:426)
@wthidden
wthidden / resolve
Created May 10, 2011 17:11
resolve issues
(ns-resolve (symbol ns) (symbol fn))