/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#include <thread>
namespace NEO {
template <class T>
void sleep(const T &sleepDuration);
} // namespace NEO