Is the following safe?
以下是安全的吗?
I am new to threading and I want to delegate a time consuming process to a separate thread in my C++ program. Using the boost libraries I have written code something like this:I am new to
Is the following safe?
以下是安全的吗?
I am new to threading and I want to delegate a time consuming process to a separate thread in my C++ program. Using the boost libraries I have written code something like this:I am new to