dimitris
unread,Nov 1, 2019, 1:41:26 PM11/1/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
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