todo.org @ 9874586e98d1

protocol 23 support
author Jason Dufair <jase@dufair.org>
date Tue, 31 Jan 2012 11:39:50 -0500
parents 39d48991a79b
children (none)
* TODO Use Clojure's ugly keyword arguments.

  (defn dothreads! [f & {thread-count :threads exec-count :times
                         :or {thread-count 1 exec-count 1}}]
  ...)

* TODO Use some pre/post conditions.