Re: boost::thread

2007-05-16 Thread Abdelrazak Younes
Peter Kümmel wrote: I've played with threads a bit to avoid the blocking of lyx while texing. I've looked at this problem a while ago, and I am sure that can achieve the same thing with process (forks). We already have the infrastructure in place for doing that: the Graphics conversion is non

boost::thread

2007-05-15 Thread Peter Kümmel
l.cpp (working copy) @@ -13,11 +13,15 @@ #include +#undef BOOST_DISABLE_THREADS #include "support/Systemcall.h" #include "support/os.h" #include +#include +#include + using std::string; #ifndef CXX_GLOBAL_CSTD @@ -43,6 +47,8 @@ } } +