12 Kasım 2016 Cumartesi

thread loop_executor Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <boost/thread/executors/loop_executor.hpp>
Constructor
Şöyle yaparız.
boost::loop_executor ex;
try_executing_one metodu
Şöyle yaparız.
while ( ex.try_executing_one() )
  std::this_thread::sleep_for(100ms);


Hiç yorum yok:

Yorum Gönder