Thanks!
> void start(){m_Thread = new boost::thread( &Thread::run, this ); };The thread is created and started anyway. Join() just tells the
> //wont start unless I add m_Thread.join();
*caller* thread to wait until m_Thread finishes.
g_Thread.create_thread(boost::bind(&Thread::run, this));
> void start(){g_Thread.create_thread(&Thread::run); };
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users