ladybird/Libraries/LibThreading/Forward.h

17 lines
225 B
C
Raw Normal View History

/*
* Copyright (c) 2023-2025, Gregory Bertilson <gregory@ladybird.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Threading {
class Thread;
template<typename ErrorType>
class WorkerThread;
}