class Concurrent::Collection::AtomicReferenceMapBackend

def try_await_lock(current_table, i, node)

def try_await_lock(current_table, i, node)
  check_for_resize # try resizing if can't get lock
  node.try_await_lock(current_table, i)
end