c:c_threads:thread_class
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c:c_threads:thread_class [2021/03/05 16:58] – created peter | c:c_threads:thread_class [2021/03/05 17:13] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
If neither **join** or **detach** is called with a std::thread object, then when the main thread terminates, it will result in an exception error. | If neither **join** or **detach** is called with a std::thread object, then when the main thread terminates, it will result in an exception error. | ||
- | One approach around this issue to to use a class such as this, which checks | + | One approach around this issue to to use a class such as this, which checks |
+ | |||
+ | In this way, no exception error is shown. | ||
+ | |||
+ | ---- | ||
<code cpp> | <code cpp> | ||
Line 45: | Line 49: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ |
c/c_threads/thread_class.1614963511.txt.gz · Last modified: 2021/03/05 16:58 by peter