class FDB::AllocatorTransactionState

Attributes

lock[R]

Public Class Methods

new() click to toggle source
# File lib/fdbdirectory.rb, line 35
def initialize()
  @lock = Mutex.new
end