Making Refs in Ruby Using Celluloid Actors
An example of using Celluloid Actors to provide a poor man’s Ref (Clojure-like) around an immutable data structure in JRuby to protect shared state.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
An example of using Celluloid Actors to provide a poor man’s Ref (Clojure-like) around an immutable data structure in JRuby to protect shared state.
Post a comment