class Concurrent::Transaction

def read(tvar)

def read(tvar)
  entry = open(tvar)
  entry.value
end