31 Mayıs 2021 Pazartesi

QAtomicInt Sınıfı

fetchAndAddOrdered metodu
Şöyle yaparız
QAtomicInt atomInt(15);
int n = atomInt.fetchAndAddOrdered(1) + 1; // n == 16, atomInt == 16

Hiç yorum yok:

Yorum Gönder