ThreadWeaver

threadweaver.h
1 /* -*- C++ -*-
2  This file implements the public interfaces of the Weaver and the Job class.
3  It should be the only include file necessary to use the ThreadWeaver
4  library.
5 
6  SPDX-FileCopyrightText: 2005-2013 Mirko Boehm <[email protected]>
7 
8  SPDX-License-Identifier: LGPL-2.0-or-later
9 */
10 #ifndef THREADWEAVER_H
11 #define THREADWEAVER_H
12 
13 #include "collection.h"
14 #include "job.h"
15 #include "jobinterface.h"
16 #include "jobpointer.h"
17 #include "queue.h"
18 #include "queueing.h"
19 #include "sequence.h"
20 
21 #endif // THREADWEAVER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:10:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.