What is the purpose of QEventLoop::wakeUp()?

269 Views Asked by At

I am using a custom event processing with QEventLoop::processEvents() to make some piece of code synchronous... I have seen QEventLoop::wakeUp() in the documentation which says:

Wakes up the event loop.

Looks like too little for me. What does QEventLoop::wakeUp() actually do and when should I call it?

0

There are 0 best solutions below