File indexing completed on 2024-04-21 04:01:28

0001 /* -*- C++ -*-
0002     This file implements the public interfaces of the Weaver and the Job class.
0003     It should be the only include file necessary to use the ThreadWeaver
0004     library.
0005 
0006     SPDX-FileCopyrightText: 2005-2013 Mirko Boehm <mirko@kde.org>
0007 
0008     SPDX-License-Identifier: LGPL-2.0-or-later
0009 */
0010 #ifndef THREADWEAVER_H
0011 #define THREADWEAVER_H
0012 
0013 #include "collection.h"
0014 #include "job.h"
0015 #include "jobinterface.h"
0016 #include "jobpointer.h"
0017 #include "queue.h"
0018 #include "queueing.h"
0019 #include "sequence.h"
0020 
0021 #endif // THREADWEAVER_H