13.07.2015 Views

Multithreading - Poco

Multithreading - Poco

Multithreading - Poco

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

#include "<strong>Poco</strong>/Thread.h"#include "<strong>Poco</strong>/Runnable.h"#include "<strong>Poco</strong>/ThreadLocal.h"#include class Counter: public <strong>Poco</strong>::Runnable{void run(){static <strong>Poco</strong>::ThreadLocal tls;};}for (*tls = 0; *tls < 10; ++(*tls)){std::cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!