From: Claudio Sacerdoti Coen Date: Sat, 25 Aug 2007 13:31:11 +0000 (+0000) Subject: thread-based interface activated again X-Git-Tag: 0.4.95@7852~256 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=22a4eca2fd746d689d491140d43cfd5ffe31f19e;p=helm.git thread-based interface activated again --- diff --git a/matita/matitaGui.ml b/matita/matitaGui.ml index 2d5d8fa0a..fde6ba1ae 100644 --- a/matita/matitaGui.ml +++ b/matita/matitaGui.ml @@ -783,8 +783,8 @@ class gui () = notify_exn exc; unlock_world () in - thread_main (); - (* worker_thread := Some (Thread.create thread_main ()) *) + (*thread_main ();*) + worker_thread := Some (Thread.create thread_main ()) in let kill_worker = (* the following lines are from Xavier Leroy: http://alan.petitepomme.net/cwn/2005.11.08.html *)