class Google::Cloud::Env::LazyValue

def enter_backfill

Other tags:
    Private: -
def enter_backfill
  return unless @backfill_count.positive?
  @backfill_notify = Thread::ConditionVariable.new
end