chazel icon indicating copy to clipboard operation
chazel copied to clipboard

Hazelcast bells and whistles under the Clojure belt

Results 3 chazel issues
Sort by recently updated
recently updated
newest added

Hi there, I'm sure you're aware but one of Hazelcast's offerings is a distributed `IAtomicReference`. On top of this, one can build a distributed atom - e.g. https://github.com/jimpil/hazel-atom/blob/master/src/hazel_atom/core.clj. Are you...

I know there is a 1.6 snapshot, but it's not published currently. This problem may be changed by now. Since we can send arbitrary functions, why can't I send something...

Hi, 1st of all I would like to say thank you for the great work. Do you have any plans to implement a simple MapStore implementation that would allow any...