![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QtGlobal>#include <QtCore/private/qohoscommon_p.h>#include <QtCore/qmetaobject.h>#include <QtCore/qobject.h>#include <functional>#include <memory>#include <mutex>#include <qohosplugincore.h>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | details_qohosbatchingrequestshandler_h::QtOhosBatchingAsyncMTRequestsHandler< Batch > |
Namespaces | |
| namespace | details_qohosbatchingrequestshandler_h |
| std::function< void(std::function< void(Request &)>)> makeQtOhosBatchingMTRequestsHandler | ( | QOhosConsumer< std::function< void()> > | tasksExecutor, |
| QOhosConsumer< Request && > | targetThreadBatchConsumer ) |
Definition at line 109 of file qohosbatchingrequestshandler.h.
| std::function< void(std::function< void(QtRequest &)>)> makeQtOhosBatchingQtRequestsHandler | ( | QtOhos::QObjectThreadSafeRef | qtContext, |
| std::function< void(QtRequest &&)> | qtHandleRequestFunc ) |
Definition at line 122 of file qohosbatchingrequestshandler.h.
| QOhosConsumer< Request > makeQtOhosSimpleBatchingMTRequestsHandler | ( | QOhosConsumer< std::function< void()> > | tasksExecutor, |
| QOhosConsumer< std::vector< Request > > | targetThreadBatchConsumer ) |
Definition at line 140 of file qohosbatchingrequestshandler.h.
| QOhosConsumer< QtRequest > makeQtOhosSimpleBatchingQtRequestsHandler | ( | QtOhos::QObjectThreadSafeRef | qtContext, |
| QOhosConsumer< std::vector< QtRequest > > | qtThreadBatchConsumer ) |
Definition at line 131 of file qohosbatchingrequestshandler.h.