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# - PInvoke of NetUserAdd returns 24 -

actionscript 2 - getURL action script 2 and IE 7/8 -