class Concurrent::Collection::NonConcurrentMapBackend
def initialize(options = nil)
SynchronizedMapBackend which uses a non-reentrant mutex for performance
directly without calling each other. This is important because of the
WARNING: all public methods of the class must operate on the @backend
def initialize(options = nil) @backend = {} end