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