Hi folks,

This new release adds a new constructor-fn `duragent`, which as the name implies, will return a durable agent. Unlike `duratom`, this is not a wrapper type - what you get is an actual `clojure.core/agent` (with a watch + some metadata). All the existing backends written for `duratom` will/should work with `duragent`.

This release includes a breaking change in the IStorageBackend protocol, so any backend implementors outside the duratom `project` will have to be careful. This was necessary in order to de-complect what is being committed from how it's being committed. But if you have functional duratom backends today, I would very much appreciate PRs ;).


Have a great month :)

Kind regards,

Dimitris



--
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/3ec014ef-df94-774d-b5a5-8e167e3f9bcd%40gmail.com.

Reply via email to