aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/count_down_latch.cpp
blob: 5064a0a962fd03ec80060a44c93478b055661adc (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. 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;

}