ThreadWeaver::Sequence Class

class ThreadWeaver::Sequence

A Sequence is a vector of Jobs that will be executed in a sequence. More...

Header: #include <ThreadWeaver/Sequence>
CMake: find_package(KF6 REQUIRED COMPONENTS ThreadWeaver)
target_link_libraries(mytarget PRIVATE KF6::ThreadWeaver)
Inherits: ThreadWeaver::Collection

Public Functions

Detailed Description

It is implemented by automatically creating the necessary dependencies between the Jobs in the sequence.

Sequence provides a handy cleanup and unwind mechanism: the stop() slot. If it is called, the processing of the sequence will stop, and all its remaining Jobs will be dequeued. A Sequence is the first element of itself.

Member Function Documentation

[explicit] Sequence::Sequence()