QStartedBarrier Class

template <int Limit = 1> class QStartedBarrier

A started QBarrier with a given Limit. More...

Header: #include <qbarriertask.h>

Note: All functions in this class are reentrant.

Public Functions

QStartedBarrier(QObject *parent = nullptr)

Detailed Description

QStartedBarrier is a QBarrier with a given Limit, already started when constucted.

Member Function Documentation

QStartedBarrier::QStartedBarrier(QObject *parent = nullptr)

Creates started QBarrier with a given parent and Limit. The default Limit is 1.