module TimedLRU::ThreadUnsafe

Public Instance Methods

mon_synchronize() { || ... } click to toggle source
# File lib/timed_lru.rb, line 9
def mon_synchronize
  yield
end