Skip to content

Instantly share code, notes, and snippets.

git branch
devel
experimental
gles2
* master
perf
renderplan
[eto@mac Kiosk]$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 3 commits.
using clojure-1.3.0-beta1
with leiningen 1.6.0
user=> @(future 2)
RejectedExecutionException java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution (ThreadPoolExecutor.java:1768)
user=> (pst)
RejectedExecutionException
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution (ThreadPoolExecutor.java:1768)
java.util.concurrent.ThreadPoolExecutor.reject (ThreadPoolExecutor.java:767)
java.util.concurrent.ThreadPoolExecutor.execute (ThreadPoolExecutor.java:658)