Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@rringler rringler released this 16 May 21:31
· 3 commits to master since this release

Adds a Resque::Plugins::Serializer::Configuration class to hold gem
configuration. It currently includes a mutex_generator option (which expects a
proc) for defining how the mutexes are generated. The resulting mutexes are
expected to respond to #lock & #unlock.