blob: e4365cbbe8d6e9b99c6eb19a23d208d77c3288e3 [file] [log] [blame]
// Copyright 2020 The Chromium 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 BASE_THREADING_THREADING_FEATURES_H_
#define BASE_THREADING_THREADING_FEATURES_H_
#include "base/base_export.h"
#include "build/build_config.h"
namespace base {
struct Feature;
#if defined(OS_APPLE)
extern const BASE_EXPORT Feature kOptimizedRealtimeThreadingMac;
#endif
} // namespace base
#endif // BASE_THREADING_THREADING_FEATURES_H_