To opt in to the full functionality of this module with customization opportunity, create one and only one of these objects that is valid for exactly the lifetime of the application.
Normally, this means writing a main like this:
importarsd.core;
voidmain() {
ArsdCoreApplicationapp = ArsdCoreApplication("Your app name");
// do your setup here// the rest of your code here
}
Its destructor runs the event loop then waits to for the workers to finish to clean them up.
To opt in to the full functionality of this module with customization opportunity, create one and only one of these objects that is valid for exactly the lifetime of the application.
Normally, this means writing a main like this:
Its destructor runs the event loop then waits to for the workers to finish to clean them up.