#endif // DEBUG
runner->real_run();
runner->finished();
+ //runner->thread->join();
delete runner;
}
// finalizar, pasandole el puntero al objeto.
thread = Glib::Thread::create(
SigC::bind<Runnable*>(SigC::slot(&Runnable::static_run), this),
- true);
+ true);//false);
// Si no corremos la tarea normalmente.
} else {
real_run();