aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/count_down_latch.cpp
blob: 38711a19f617dc17edcf290912c4e008d32fa9fe (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "count_down_latch.h"

namespace vespalib {

CountDownLatch::~CountDownLatch() = default;

}