runSingleEventLoop()

Only use this method when you really need to manage EventLoop according to your needs.

This is the static method used when you end a program without a loop in it, then this method will automatically create a loop to run EventLoop

System::runSingleEventLoop();

Last updated