0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from tomprimozic/master More... about 13 years ago
Added unintests.
tom
More... about 13 years ago
Added a function to stop the worker.
tom
More... about 13 years ago
Added 'org.clojure/tools.nrepl' to dependencies.
tom
More... about 13 years ago
Updated 'Usage' example in README.
tom
More... about 13 years ago
Updated .gitignore.
tom
More... about 13 years ago
Bugfix: indentation
tom
More... about 13 years ago
Refactored code to make it work under clojure 1.5.0
tom
More... about 13 years ago
Updated directory structure.
tom
More... about 13 years ago
remove lein-clojars plugin More... over 14 years ago
switch to 1.2.0 More... almost 16 years ago
move tests into their own namespace. More... about 16 years ago
add lein clojars plugin. More... about 16 years ago
The user can plug-in her own handler if a connection error happened while firing a task. For example, her handler can try resending the failed task to other machines, to increase the chance of success. More... over 16 years ago
Cons idiom More... over 16 years ago
Bit o' cleanup More... over 16 years ago
Unusual-looking use of with-open ensures socket is closed, and adds clarity. More... over 16 years ago
Merged nakkaya's changes More... over 16 years ago
Use if..seq idiom. More... over 16 years ago
Ensure results are in a vector. More... over 16 years ago
Use duck-streams to make things briefer remove java idioms. More... over 16 years ago
await-nodes removed, since future will block when derefed. More... over 16 years ago
Merge branches 'future' and 'master' More... over 16 years ago
Merge branch 'future', remote branch 'tjg/master' into future More... over 16 years ago
Use futures instead of agents and refs. The order of results is the same as the order of their tasks. More... over 16 years ago
deftask removes everything (name, doc string, etc..) up to the arguments vector from macro body while creating :task. More... over 16 years ago
comments fixed. More... over 16 years ago
net-eval now returns a ref instead of an agent. More... over 16 years ago
net-eval supports arguments. More... over 16 years ago
classes/ added to git ignore. More... over 16 years ago