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.

Event Operations> void set()signals the Event. If the Event is auto-resetting, at most onethread waiting for the event is waken up and the signalling stateis reset. Otherwise, all threads waiting for the Event are wakenup.> void wait()void wait(long milliseconds)waits for the Event to become signalled. If a timeout is given, andthe Event does not become signalled within the given interval, aTimeOutException is thrown.

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

Saved successfully!

Ooh no, something went wrong!