/* * Copyright (c) 2023-2025, Gregory Bertilson * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once namespace Threading { class Thread; template class WorkerThread; }