12 Eylül 2017 Salı

thread latch Sınıfı

Giriş
Şu satırı dahil ederiz
#include <boost/thread/latch.hpp>
Constructor
Şöyle yaparız
int num_batch = 20;
boost::latch latch (num_batch);
count_down metodu
Şöyle yaparız
latch.count_down();
wait_for metodu
Şöyle yaparız
latch.wait_for(boost::chrono::milliseconds(1));

Hiç yorum yok:

Yorum Gönder