ladybird/Libraries/LibThreading/Forward.h
Zaggy1024 d0f53ddab6 LibThreading: Remove WorkerThread
This is unused.
2026-01-26 15:51:46 -06:00

13 lines
175 B
C++

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