|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
#include <QMutex>#include <QObject>#include <QQueue>#include <QRunnable>Go to the source code of this file.
Classes | |
| class | AttachmentQueueManager |
| Manages a queue of AttachmentTasks for concurrent execution using a singleton pattern. More... | |
| class | AttachmentTask |
| Represents a single task (a function) to be executed in a thread pool. More... | |