runSync method

void runSync()

Runs an application and block the calling thread until host shutdown.

Implementation

void runSync() {
  run();
}