blob: aacf5376db650fadb6525f6ba7bc722e54d4f836 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_ASYNC_PATTERNS_CPP_INTERNAL_TAG_H_
#define LIB_ASYNC_PATTERNS_CPP_INTERNAL_TAG_H_
namespace async_patterns::internal {
template <typename T>
class Tag {};
} // namespace async_patterns::internal
#endif // LIB_ASYNC_PATTERNS_CPP_INTERNAL_TAG_H_