c++ - Boost Thread Cancelling -


Can you cancel a boost thread like you would a pouch?

I am writing a simple watchdog if it crashes to end the work thread and there is no way to cancel a thread in the Boost Thread Library.

They do not support cancellation, which is a good thing because it's all kinds of subtle problems Can cause.

Take a look at the section of documents that have thread interruption and boost: Thread-uninterrupted exception and fashion is something that allows you to complete things while cleaning.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -