any libraries out there for navigating core.async channels with specter?
does specter handle refs the way it handles atoms?
i mean how do i change a ref?
(dosync
(alter storage #(setval [...] (merge-with + field offset) %)))
does the job, but maybe there is a nicer way to do this?@akond there's no built-in navigator for refs
you'd have to make your own