diff options
Diffstat (limited to 'src/clojure/contrib/agent_utils.clj')
-rw-r--r-- | src/clojure/contrib/agent_utils.clj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/clojure/contrib/agent_utils.clj b/src/clojure/contrib/agent_utils.clj index ef377d25..a8c718c6 100644 --- a/src/clojure/contrib/agent_utils.clj +++ b/src/clojure/contrib/agent_utils.clj @@ -12,7 +12,12 @@ ;; note to other contrib members: feel free to add to this lib -(ns clojure.contrib.agent-utils) +(ns + #^{:author "Cheistophe Grande", + :doc "Miscellaneous agent utilities + (note to other contrib members: feel free to add to this lib)", +} + clojure.contrib.agent-utils) (defmacro capture-and-send "Capture the current value of the specified vars and rebind |