class Google::Cloud::Env::LazyValue

def leave_backfill

Other tags:
    Private: -
def leave_backfill
  return unless @backfill_count.zero?
  @backfill_notify.broadcast
  @backfill_notify = nil
end