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.

int main(int argc, char** argv){Counter counter;<strong>Poco</strong>::Thread t1;<strong>Poco</strong>::Thread t2;t1.start();t2.start();t1.join();t2.join();}return 0;

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

Saved successfully!

Ooh no, something went wrong!