Leave a comment

Comments 6

zwol March 18 2007, 09:29:02 UTC
please tell me std::thread doesn't mean libstdc++ will drag in libpthread...

Reply

graydon March 18 2007, 11:43:13 UTC
I just want it to integrate thread events, signals and exceptions. If it can do that, I'll live with -lpthread.

Reply

zwol March 18 2007, 11:46:03 UTC
... there's no way to do that at the system call level!

Reply

echristo March 18 2007, 19:11:13 UTC
It's mostly boost::thread with std::move and cancellation. Not quite sure what you're talking about with events, signals and exceptions. Though the proposal does support throwing exceptions on the thread, but if an unhandled exception is propagated to the top of the thread you end up with the thread terminated (but not the application).

Reply


zaitcev March 18 2007, 17:25:01 UTC
Oh neato, added to Liferea.

Reply


Leave a comment

Up