Ah I see, yes that makes sense.
Relationships truly are a contract in this case!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubs
Thanks for the reply Timothy! I'll look into the future things :).
The main reason for using refs was because I am constructing a contact
network between different refs (a graph, consisting of nodes and
edges.), which changes over time (all the short-term and long-term
relations between hosts bei
Hi Boris,
> (doseq [e [retire-host slowdown-host infect-hosts naturalrecovery-
> host pair-host breakup-host] i world]
> (send-off (agent nil) (fn [_] (e i))
>
> There doesn't seem to be any concurrency happening, and the whole
> thing just slows down to not doing much at all.
Th