(defn send "Sends a message to a given id." ([id message] (let [mbox (get id)] (.put mbox message))))
Comments top
No comments for send. Log in to add a comment.