Function runEventLoop
Starts the vibe event loop.
Note that this function is usually called automatically by the vibe framework. However, if you provide your own main() function, you need to call it manually.
The event loop will continue running during the whole life time of the application. Tasks will be started and handled from within the event loop.
Prototype
int runEventLoop();
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.